I trying to put the possibility to add "playerid" in publics made by me but ... idk what is wrong
look at this for example:
new nameee[256];
else if(strcmp(cmd,"test",true) == 0) {
SetTimer("dada",3000,false);
nameee = gPlayers[playerid];
return 1;
}
public dada( ) {
new playerid;
playerid = GetPlayerIDFromName(nameee);
SendClientMessage(playerid,COLOR,"TEST");
}
But nothing happens