24.04.2013, 12:00
How could GetPlayerNameEx, SendClientMessageEx, ProxDetector be on a free gamemode I found without define and function and I can't use them on my new project?+REP to those who help me.
stock GetPlayerNameEx(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
return name;
}
arrayOne[i] = rand(10000);}