20.06.2010, 15:31
no, i connect to samp, type my password and when i must to spawn that happens
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid,0);
SetCameraBehindPlayer();
Код:
public OnPlayerRequestClass(playerid, classid)
{
new string[128];
PlayerPlaySound(playerid, 1187, 0.0, 0.0, 0.0);
PlayerInfo[playerid][pModel] = Peds[classid][0];
if (classid == 1)

