Game Mode Teleporte
#1

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;
}

Reply
#2

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)