23.06.2010, 18:01
I am wondering how do you make certain commands for a certain person?
new name[24];
GetPlayerName(playerid,name,24);
if(strcmp(name,"playername",true) == 0)
{
//your command
}
else
{
//if somone else whos not the playername types the command.
}