02.11.2012, 22:04
Obrigado pela dica!
EDIT: Linha do erro :
CheckPoints[0] = CPS_AddCheckpoint(2316.3206, -15.4523, 26.7422, 1.5, 2.0); // CheckPoint Banco Sul
pawn Код:
//Topo
#include <cpstream> //Checkpointґs
//public OnGameModeInit
//CheckPointґs do Servidor
CheckPoints[0] = CPS_AddCheckpoint(2316.3206, -15.4523, 26.7422, 1.5, 2.0); // CheckPoint Banco Sul
//public OnPlayerEnterCheckpoint(playerid)
if (IsPlayerInRangeOfPoint(playerid, 1.9, 2316.3206, -15.4523, 26.7422))
{
ShowPlayerDialog(playerid, BANCO_LS_SUL, DIALOG_STYLE_LIST, "Banco BRS:", "Saldo\nDeposito\nSaque", "Sair", "");
return 1;
}
CheckPoints[0] = CPS_AddCheckpoint(2316.3206, -15.4523, 26.7422, 1.5, 2.0); // CheckPoint Banco Sul