09.09.2010, 00:47
Erro:
Estб Assim:
Код HTML:
C:\Documents and Settings\Andre_2\Meus documentos\Downloads\SAMP\Gamemodes\BSLRP\filterscripts\Vaca.pwn(10) : error 017: undefined symbol "cmd" C:\Documents and Settings\Andre_2\Meus documentos\Downloads\SAMP\Gamemodes\BSLRP\filterscripts\Vaca.pwn(18) : error 030: compound statement not closed at the end of file (started at line 12) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
Код HTML:
#include <a_samp>
#define FILTERSCRIPT
//
//
//
public OnPlayerSpawn(playerid)
if(strcmp(cmd, "/vaca", true) == 0)
{
if(IsPlayerConnected(playerid))
{
SetPlayerHoldingObject(playerid, 11470, 2); //vaca
return 1;
}