09.07.2012, 18:54
I need something that will help out with commands.
for example
"You have used this command already"
I need like "Error: You used this command". This would reset onplayerdeath, so when he dies he can use the cmd again
for example
"You have used this command already"
PHP код:
if(!strcmp(cmdtext, "/heal", true, 4))
{
SetPlayerHealth(playerid, 100);
return 1;
}