20.06.2015, 15:01
or just use pvars, its simply
in GM
in FS
in GM
pawn Code:
SetPVarInt(playerid, "Spawned", 1);
pawn Code:
if(GetPVarInt(playerid, "Spawned") == 1)
{
// code
}