07.05.2011, 14:43
nah.. it isn't work.... but thx for the help.
EDIT: i tried to create zcmd command ant its work.. so maybe there is some way to 'create a direction' for that command in GameModeInit or in
EDIT: i tried to create zcmd command ant its work.. so maybe there is some way to 'create a direction' for that command in GameModeInit or in
pawn Код:
if(!strcmp(playername,"Jonas_Betas",true))
{
SetSpawnInfo( playerid, 0, 101, 1958.33, 1343.12, 15.36, 269.15, 31, 1000, 0, 0, 0, 0 );
PutPlayerInVehicle(playerid,sunk, 0);
AttachTrailerToVehicle(priekaba, sunk);
}?