SA-MP Forums Archive
Question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Question (/showthread.php?tid=186914)



Question - Eeeh - 31.10.2010

pawn Код:
else if(PlayerToPointStripped(1, playerid,COORDS, cx,cy,cz))
{
    SetPlayerVirtualWorld(playerid, 2);
    SetPlayerInterior(playerid, 10); - Burger Shot Interior
    SetPlayerPos(playerid,364.5166,-74.0639,1001.5078); - Burger Shot Coords
    SetPlayerShopName(playerid, FDBURG); - Burger shot "shopname"
Will this work?




Thanks.


Re: Question - Mystique - 31.10.2010

Why don't you test if it works instead of asking us?