SA-MP Forums Archive
Game Mode Teleporte - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Game Mode Teleporte (/showthread.php?tid=250261)



Game Mode Teleporte - ReDKiiL - 22.04.2011

Ai Gente Ta Dando Um Erro No Meu GM Eu Quero Criar Um Teleport Mais Da Esse ERRO
Quote:

D:\Usuarios\Desktop\SU.pwn(3631) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

Peгo:
Quote:

if(strcmp(cmdtext, "/deserto", true) == 0)
{
NormalTele(playerid, "Deserto", -715.2006,2362.0447,127.4262,221.8955, -716.2007, -2262.0447,127.4262,221.8955);
return 1;
}




Re: Game Mode Teleporte - Ricop522 - 22.04.2011

pawn Код:
if(strcmp(cmdtext, "/deserto", true) == 0)
{
NormalTele(playerid, "Deserto",-715.2006,2362.0447,127.4262);
return 1;
}



Re: Game Mode Teleporte - captainjohn - 22.04.2011

It seems like you are trying to make two teleports into one? (Parece que vocк estб tentando fazer dois teleportes em um?)

pawn Код:
if(strcmp(cmdtext, "/deserto", true) == 0)
{
NormalTele(playerid, "Deserto",-715.2006,2362.0447,127.4262);
return 1;
}
Heres the other one. (Heres o outro.)

pawn Код:
if(strcmp(cmdtext, "/deserto", true) == 0)
{
NormalTele(playerid, "Deserto",-716.2007,-2262.0447,127.4262);
return 1;
}
If you want them for random spawns, just tell us below? (Se vocк quer que eles para desova aleatуria, diga-nos abaixo?)

****** translate best translate that correct.