What is this
#6

You made plenty mistakes, such as
pawn Код:
SetplayerPosition(1458,2598,5847,+9654,4578,2314);

You forgot to add playerid into it. You are basicaly making SetPlayerPosition to no one. It wont work and it wont compile simple as that since you are missing the actual playerid.

Also only 1 SetPlayerPos is neded. SetPlayerPosition? You need to use SetPlayerPos(playerid,x,y,z)

Ex:
pawn Код:
OnPlayerSpawn(playerid)
{
         SetPlayerPos(playerid,1458,2598,5847,+9654,4578,2314);
         return 1;
}
Read Wiki and some stuff, it will help you out.
Reply


Messages In This Thread
What is this - by ViciousX - 12.07.2014, 15:21
Re: What is this - by LarryTiger - 12.07.2014, 15:24
Re: What is this - by ViciousX - 12.07.2014, 15:25
Re: What is this - by LarryTiger - 12.07.2014, 15:28
Re: What is this - by ViciousX - 12.07.2014, 15:29
Re: What is this - by TwinkiDaBoss - 12.07.2014, 15:44
Re: What is this - by Konstantinos - 12.07.2014, 16:30

Forum Jump:


Users browsing this thread: 2 Guest(s)