10.11.2011, 08:59
Well.. I kind back to scripting after few years I didnt looked at it.. I cant remember nothin..
and right now i'm using gf from scratch.. need a few things..
when i log into the server and press left shift i spawn with logging in.. so i want to cancel this shit..
how the hell should i do that?
i changed this small part:
and right now i'm using gf from scratch.. need a few things..
when i log into the server and press left shift i spawn with logging in.. so i want to cancel this shit..
how the hell should i do that?
i changed this small part:
Код:
public OnPlayerRequestSpawn(playerid)
{
return 1;
}
public OnPlayerRequestClass(playerid, classid)
{
SpawnPlayer(playerid);
return 1;
}

