12.03.2014, 00:04
pawn Code:
C:\Users\Re\Desktop\GameMode\gamemodes\SF.pwn(2164) : error 017: undefined symbol "IsPlayerSpawned"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
linha:
pawn Code:
if (strcmp("/carros", cmdtext, true) == 0 || strcmp("/cs", cmdtext, true) == 0 || strcmp("/estacionamento", cmdtext, true) == 0 || strcmp("/v", cmdtext, true) == 0) {
if(!IsPlayerSpawned(playerid)){return 1;}
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER){return SendClientMessage(playerid, COLOR_RED, "[ERRO]: Vocк jб tem um veнculo!");}
new allvehicles[] = "1\tAvioes\n2\tHelicopteros\n3\tMotos\n4\tConvesiveis\n5\tIndustriais\n6\tLowriders\n7\tOffRoad\n8\tServiзos Publicos\n9\tSaloons\n10\tEsportivos\n11\tPeruas\n12\tBarcos\n13\tVeiculos Unicos\n14\tVeiculos RC\n15\tTrailers";
ShowPlayerDialog(playerid,2,DIALOG_STYLE_LIST,"Lista de Veiculos:",allvehicles,"Selecionar","Voltar");
return 1;}