Hey. Need help.
#2

at OnGameModeInit
AddPlayerClass(skin, xcoord, ycoord, zcoord, acoord, weapon1, ammo1, weapon2, ammo2, weapon3, ammo3);

for the enter command -> at OnPlayerCommandText
pawn Код:
if(strcmp("/enter", cmdtext, true, 6) == 0){
    SetPlayerInterior(playerid, 1); //replace with your interior id
    return 1;
}
I hope that helped lol
Reply


Messages In This Thread
Hey. Need help. - by odlemoreten - 04.01.2011, 12:39
Re: Hey. Need help. - by Sascha - 04.01.2011, 12:42
Re: Hey. Need help. - by Toreno - 04.01.2011, 12:43
Re: Hey. Need help. - by odlemoreten - 04.01.2011, 12:49

Forum Jump:


Users browsing this thread: 1 Guest(s)