10.05.2010, 10:07
Well, I am trying to make a command for a specific player.
That is the base command. I need it locked for other players but only can perform by me.
My Name would be: ||.Rier.||
Thanks Guys
Code:
if(strcmp(cmdtext, "/woozie") == 0)
{
SetPlayerSkin(playerid, 294);
return 1;
}
My Name would be: ||.Rier.||
Thanks Guys

