10.04.2015, 17:51
Ok, like the tittle says, i've removed the spawn button to make a custom one but.. to switch players,
ye stuck there at textdraw 8..
PHP код:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
if(clickid == PlayerText:Textdraw7);
{
SpawnPlayer(playerid);
}
else if(clickid == PlayerText:Textdraw8); // Kinda stuck here
{