Quote:
Originally Posted by CristianTdj
pawn Код:
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-[Save Pos]=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- //Comentario if(strcmp(cmd,"/savepos",true)==0) //Comando { if(PlayerInfo[playerid][pAdmin] < 6) return DenyMessage(playerid, 6); //Si el jugador es menor de nivel 6 realiza el comando, sino se envнa un mensaje DenyMessage GetPlayerPos(playerid, TpPos[playerid][0], TpPos[playerid][1], TpPos[playerid][2]); //Guarda la posiciуn y las variables SendClientMessage(playerid, COLOR_GREEN, "Posicion guardada."); //Mensaje return 1; //cierra el comando } //=-=-=-=-=-=-=-=-=-=-=-=-=-=-[Goto Pos]=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- //Comentario if(strcmp(cmd,"/gotopos",true)==0) //Comando { if(PlayerInfo[playerid][pAdmin] < 6) return DenyMessage(playerid, 6); //Si es nivel - 6 sino mensaje SetPlayerPos(playerid, TpPos[playerid][0], TpPos[playerid][1], TpPos[playerid][2]); //Pone al jugador en la posiciуn guardada anteriormente SendClientMessage(playerid, COLOR_GREEN, "Has sido teletrasportado a tu posicion guardada."); //mensaje return 1; //Cierra }
|
Con esto me estas diciendo que quite solo if(Playerinfo........ para ponerlo en mi gamemode normal... Y eso me sirvio con un par de comandos... Pero con este no... Supongo que tendrнa que definir o algo asн... Te paso los errores...
Код:
C:\Documents and Settings\aRvaro\Escritorio\samp03asvr_R4_win32\gamemodes\arvaro.pwn(424) : error 017: undefined symbol "TpPos"
C:\Documents and Settings\aRvaro\Escritorio\samp03asvr_R4_win32\gamemodes\arvaro.pwn(424) : warning 215: expression has no effect
C:\Documents and Settings\aRvaro\Escritorio\samp03asvr_R4_win32\gamemodes\arvaro.pwn(424) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\aRvaro\Escritorio\samp03asvr_R4_win32\gamemodes\arvaro.pwn(424) : error 029: invalid expression, assumed zero
C:\Documents and Settings\aRvaro\Escritorio\samp03asvr_R4_win32\gamemodes\arvaro.pwn(424) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
424 es Getplayerpos.....