Hey. Need help.
#1

Hey, Im sorry if this is a newbie question but i can't find out of it.

like where can i change where i spawn after a tutorial? i cant find it, i had the cordinates but cant find out where.

and how to add /enter and then u get TP inside a Interior?

Thanks
Reply
#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
#3

EDIT:
Deleted.
Reply
#4

Nah, because its something setplayerspawn, and when i change that i spawn at the same place
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)