[Duv]DB(Resolvida)ЁЁ
#1

Eae galйrinha blz!
Eu crei um Pickup e um para os admin se teleportarem para o evento de db mais estou com Duvidas pq estб dando erro.

Code:
AddStaticPickup(1239,23,2175.9285,-2259.4526,14.7734,21); //Evento DB
Logo em seguida de criar o Pickup fiz o comando.
No
Code:
//---------------------------<[ OnPlayerCommandText ]>---------------------------------
Fiz o comando para os Admins se teleportarem para tal lugar.
Code:
  if (strcmp(cmd, "/db", true) == 0)
	{
			if (PlayerInfo[playerid][pAdmin] >= 1)
			{
		  if (PlayerToPoint(2.0, playerid, 2175.9285,-2259.4526,14.7734,21))
			{
  		SetPlayerPos(playerid, 1777.4902,-1774.9991,52.4688);
 				return 1;
			}
			else
			{
				SendClientMessage(playerid, COLOR_GRAD1, "  Voce nao esta nolugar ou nao й Administrador !! !");
			}
		}
		return 1;
Code:
C:\Users\john\Desktop\brasilrp\gamemodes\bwl.pwn(12988) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:     10160 bytes
Code size:     1719420 bytes
Data size:     7150512 bytes
Stack/heap size:   16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 8896476 bytes

1 Warning.
Eu sу queria saber porque esta dando esses warning alguem podi me ajudar. :P
Reply


Messages In This Thread
[Duv]DB(Resolvida)ЁЁ - by Suporte_bnv - 30.12.2009, 16:11
Re: [Duv]DB - by GhOsT[X] - 30.12.2009, 17:34
Re: [Duv]DB - by gangster_PT - 30.12.2009, 18:35
Re: [Duv]DB - by Suporte_bnv - 30.12.2009, 18:49
Re: [Duv]DB - by rannyere - 30.12.2009, 18:57
Re: [Duv]DB - by Suporte_bnv - 30.12.2009, 19:03
Re: [Duv]DB - by xolp25 - 30.12.2009, 20:20
Re: [Duv]DB - by Suporte_bnv - 30.12.2009, 20:42
Re: [Duv]DB - by Suporte_bnv - 31.12.2009, 04:16

Forum Jump:


Users browsing this thread: 1 Guest(s)