SetLevel command | Problem [+REPP]
#6

Remove OnPlayerCommandText callback and add the following instead:
pawn Код:
public OnPlayerCommandReceived(playerid, cmdtext[])
{
return 1;
}
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
return 1;
}
Reply


Messages In This Thread
SetLevel command | Problem [+REPP] - by NoDi522 - 18.02.2015, 12:31
Re: SetLevel command | Problem [+REPP] - by HazardouS - 18.02.2015, 12:44
Re: SetLevel command | Problem [+REPP] - by NoDi522 - 18.02.2015, 12:46
Re: SetLevel command | Problem [+REPP] - by HazardouS - 18.02.2015, 12:48
Re: SetLevel command | Problem [+REPP] - by NoDi522 - 18.02.2015, 12:52
Re: SetLevel command | Problem [+REPP] - by HazardouS - 18.02.2015, 12:59
Re: SetLevel command | Problem [+REPP] - by NoDi522 - 18.02.2015, 13:02
Re: SetLevel command | Problem [+REPP] - by HazardouS - 18.02.2015, 13:04
Re: SetLevel command | Problem [+REPP] - by NoDi522 - 18.02.2015, 13:05
Re: SetLevel command | Problem [+REPP] - by Gammix - 18.02.2015, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)