[AJUDA] ERROR
#1

Код:
C:\Users\LeoUlhoa\SAMP SERVER\gamemodes\ulhoa.pwn(13664) : error 029: invalid expression, assumed zero
pawn Код:
if(strcmp(cmdtext, "/prefeitura", true) == 0
{
   if(IsPlayerInRangeOfPoint(playerid, 2.0, 1481.0250, -1772.3090, 18.7958))
   {
       SetPlayerInterior(playerid, 3);
       SetPlayerPos(playerid, 390.5930, 173.7463, 1008.3828);
   }
   return true;
Reply
#2

pawn Код:
if(strcmp(cmdtext, "/prefeitura", true))
{
   if(IsPlayerInRangeOfPoint(playerid, 2.0, 1481.0250, -1772.3090, 18.7958))
   {
       SetPlayerInterior(playerid, 3);
       SetPlayerPos(playerid, 390.5930, 173.7463, 1008.3828);
   }
   return 1;
}
Reply
#3

@Edit
Reply
#4

Quote:
Originally Posted by MatriXBorn
Посмотреть сообщение
pawn Код:
if(strcmp(cmdtext, "/prefeitura", true) == 0
{
   if(IsPlayerInRangeOfPoint(playerid, 2.0, 1481.0250, -1772.3090, 18.7958))
   {
       SetPlayerInterior(playerid, 3);
       SetPlayerPos(playerid, 390.5930, 173.7463, 1008.3828);
   }
   return true;
}
Continuara dando erro.
Reply
#5

pawn Код:
if(strcmp(cmdtext, "/prefeitura", true))
{
   if(IsPlayerInRangeOfPoint(playerid, 2.0, 1481.0250, -1772.3090, 18.7958))
   {
       SetPlayerInterior(playerid, 3);
       SetPlayerPos(playerid, 390.5930, 173.7463, 1008.3828);
   }
   return 1;
}
eu fiz um negocio errado mals :SS
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)