help on swat
#1

i need to change the /swat positition on GTA Role Play mode
i do /save
and i change the positition of /swat
and it not work

Код:
if(strcmp(cmd, "/swat", true) == 0)
	{
    if(PlayerInfo[playerid][pMember]==1||PlayerInfo[playerid][pLeader] == 1)
		{
			if(swat[playerid] == 0)
      {
				if(authorizeswat == 1)
				{
					if (PlayerToPoint(3, playerid,288,255.3721,76.8789,1003) || PlayerToPoint(3,playerid,288,255.3721,76.8789,1003) || PlayerInfo[playerid][pLocal] != 255)
					{
i want the /swat be in the locker room in ls
i need help fast
thank you
Reply
#2

Maybe because you've added the wrong co-ords? You've included the player Model, change it to this:

pawn Код:
if (PlayerToPoint(3, playerid,255.3721,76.8789,1003)
Reply
#3

Quote:
Originally Posted by DiMeNsIoN©
Maybe because you've added the wrong co-ords? You've included the player Model, change it to this:

pawn Код:
if (PlayerToPoint(3, playerid,255.3721,76.8789,1003)
thank you
Reply
#4

No problemo
Reply
#5

now i need open more topic i do it later i cant do compile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)