02.07.2015, 02:34
Hi there ! I have an RP server and I have made myself a phone shop.
So, you need to go in front of the location, type enter and when you are in you type /buyphone . Ok, doesn't matter.
I have more locations with /enter & /exit commands ..
I have put the location for it and when I'm trying to compile it these are my errors.
C:\Users\SpikeSpigel\Desktop\GM + comenzi\/IBP/Publics/OnPlayerCommandReceived.pwn(13960) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
I just don't know where are these defined. Are these defined with "new asd" or "define asdasd" ?
This is the location for it to enter .
For exit I think it's not bugged.
Help me please, I need to put that update on my server tomorrow..
So, you need to go in front of the location, type enter and when you are in you type /buyphone . Ok, doesn't matter.
I have more locations with /enter & /exit commands ..
I have put the location for it and when I'm trying to compile it these are my errors.
C:\Users\SpikeSpigel\Desktop\GM + comenzi\/IBP/Publics/OnPlayerCommandReceived.pwn(13960) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
I just don't know where are these defined. Are these defined with "new asd" or "define asdasd" ?
This is the location for it to enter .
Код:
if(PlayerToPoint(9, playerid,1726.8235,-1635.9755,20.2169)) // telefoane { SetPlayerPos(playerid, 1004.6429,51.9789,55.3221,268); TogglePlayerControllable(playerid, 0); SetTimerEx("Unfreezeren", 2500, false, "i", playerid); SetPlayerInterior(playerid,1); }
Help me please, I need to put that update on my server tomorrow..