help on the error
#1

here is the bit off code

pawn Код:
if(IsPlayerInRangeOfPoint(playerid,3.0,2359.1094, -1312.3580, 24.0087)) //ganghouse
            {
                SetPlayerInterior(playerid, 5);
                SetPlayerVirtualWorld(playerid, 10)
                SetPlayerFacingAngle( playerid, 0.0000);
                GameTextForPlayer(playerid, "~w~drug house", 5000, 1);
                PlayerInfo[playerid][pInt] = 5;
                SetCameraBehindPlayer(playerid);
                playeringanghouse[playerid] = 1;
                SetPlayerPos(playerid, 318.4791, 1114.4827, 1083.8828);
            }
and this is error

pawn Код:
C:\Users\Ryan\Desktop\World Wide RolePlay\gamemodes\back up 2.2.1011\WWRP.pwn(24114) : error 001: expected token: ";", but found "-identifier-"
Reply
#2

You forgot a semi colum.
Код:
SetPlayerVirtualWorld(playerid, 10);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)