Score system
#1

I use the following system to give a specific user score what i need to add is a /setscore command with sscanf, need help.
http://pastebin.com/rssKV8j0
Reply
#2

PHP код:
CMD:setscore(playeridparams[])
{
    
//Checks
    
new idscore;
    if(
sscanf(params"ui"idscore)) return SendClientMessage(playerid, -1"Wrong usage..");
    
SetPlayerScoreEx(idscore);
    
//Send messages if you want..
    
return 1;

Reply
#3

Hope that works, gonna test.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)