small problem
#3

pawn Код:
CMD:levelinfo(playerid,params[])
{
if(GetPlayerScore(playerid) >= 7)
{
SendClientMessage(playerid, COLOR_RED, "blah blah blah");
}
else if(GetPlayerScore(playerid) >= 10)
{
SendClientMessage(playerid, COLOR_RED, "blah blah blah");  
}  
return 1;
}
NOTE: This is just for score, not your level system, You can take this basic to help you to script it, cause i don't have your level system info so :P hope it helped you.
Reply


Messages In This Thread
small problem - by Tanush123 - 17.08.2011, 18:50
Re: small problem - by ElieJabbour - 17.08.2011, 19:17
Re : small problem - by Naruto_Emilio - 17.08.2011, 21:04
Re: small problem - by RyDeR` - 17.08.2011, 23:04

Forum Jump:


Users browsing this thread: 1 Guest(s)