28.12.2011, 06:28
Okay I'll try
/Edit: it doesn't work
my code now:
But even if I'm standing there, nothing inside, I'll post the press the spawn button again sent into the skin selection. Furthermore, I'll be right after I F4 in the skin selection, and not next to the dead.
/Edit: it doesn't work
my code now:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
print("OnPlayerRequestClass called...");
//SpawnPlayer(playerid);
SetTimerEx("ZSpawn",100,0,"i",playerid);
return 1;
}
public ZSpawn(playerid)
{
return SpawnPlayer(playerid);
}