when leaf a shop not a good interior? =/
#1

Hello when people join my server and get in the shop the are in the shop.. yee as we know in singeplayer. but whe he get out he is in a empty map.... i think he issn't in the good interior how can i fix this or delite it to go in a shop?

picture how it is now:
(not a picture of me)
Reply
#2

pawn Code:
SetPlayerInterior(playerid, 0);
Reply
#3

yee in know it is interior 0 but where can i place it when i make a new gamemode in pawno i have this ..
Reply
#4

has somebody a idea?
Reply
#5

SetPlayerVW and SetPlayerInterior.
Reply
#6

Quote:
Originally Posted by pascalboy
View Post
yee in know it is interior 0 but where can i place it when i make a new gamemode in pawno i have this ..
Try making a command.
Example:
pawn Code:
CMD:example(playerid,params[])
{
   SetPlayerInterior(playerid,0);
   return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)