Raised This Month: $ Target: $400
 0% 

Help : Unknow Error , Stop compiling


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
sanaell
Senior Member
Join Date: May 2004
Location: SamutPrakarn Thailand
Old 06-04-2004 , 07:08   Help : Unknow Error , Stop compiling
Reply With Quote #1

Code:
public ark_vie(parm[2]){     new vIndex = parm[0]     if (is_user_alive(vIndex))         return PLUGIN_CONTINUE     spawn(vIndex)     set_task(0.1,"ark_spawn",2,parm,2)     set_task(0.2,"ark_spawn",2,parm,2)     set_task(0.5,"ark_suit",2,parm,2)       give_item(vIndex, "weapon_knife")     return PLUGIN_CONTINUE } public ark_suit(parm[2]){     new vIndex = parm[0]     give_item(vIndex, "item_suit")     give_item(vIndex, "weapon_knife")     new tIndex = get_user_team(vIndex)     if(tIndex == "TERRORIST")         {             give_item(vIndex,"weapon_glock")             give_item(vIndex,"ammo_9mm")         }         else         {                 give_item(vIndex,"weapon_usp")                 give_item(vIndex,"ammo_45acp")         }     return PLUGIN_CONTINUE } public ark_spawn(parm[2]){     new vIndex = parm[0]     spawn(vIndex)     return PLUGIN_CONTINUE }


i ve put that in my code, all function are ok

but it seem to be the TEAM test who cause error, but i don t see where!!!
__________________
[email protected]
The Source of Pain is the Pain of Source
sanaell is offline
Send a message via MSN to sanaell
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:37.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode