Hello
I'm New In Allied-Modders
and i have a Probléme With Deathrun shop
- I Add :
Code:
/* HUD PERMANENT INFO */
public ShowHud(task)
{
new id = task - TASK_SHOW_HUD
if(!is_user_alive(id) );
return;
set_hudmessage(0, 255, 0, 0.02, 0.33, 0, 0.0, 0.3, 0.0, 0.0)
ShowSyncHudMsg(id, g_msgHudSync,"[Grade : ]^n[XP : ]^n[Level : ^4^3]^n[Points : %i]", gKillerPoints[ id ] )
set_task( 0.1, "ShowHud", TASK_SHOW_HUD + id );
}
Please Help Me :
It Say In Probléme :
Quote:
Deathrun_Shopv2.sma(780) : error 001: expected token: ";", but found "if"
Deathrun_Shopv2.sma(780) : error 036: empty statement
Deathrun_Shopv2.sma(781) : warning 217: loose indentation
Deathrun_Shopv2.sma(783) : warning 225: unreachable code
Deathrun_Shopv2.sma(783) : warning 217: loose indentation
Deathrun_Shopv2.sma(784) : error 001: expected token: ";", but found "-identifier-"
Deathrun_Shopv2.sma(786) : error 001: expected token: ";", but found "-identifier-"
4 Errors.
Compile failed!
|
And Thnx