[Ajuda] Erros com CheckPoint
#1

Olб Internautas
Estou com um problema ao tentar modificar uma FS, trocando o Pickup por CheckPoint . Procurei um tutorial de como criar CheckPoint mais nгo foi o suficiente para eu sarar minhas duvidas, e conseguir retirar o erro que segue ;
Quote:

D:\Users\ZЈU\Desktop\IGOR\filterscripts\JFSConcess ionaria.pwn(14) : error 017: undefined symbol "CPS_AddCheckpoint"
D:\Users\ZЈU\Desktop\IGOR\filterscripts\JFSConcess ionaria.pwn(45) : warning 217: loose indentation
D:\Users\ZЈU\Desktop\IGOR\filterscripts\JFSConcess ionaria.pwn(14) : warning 204: symbol is assigned a value that is never used: "CP_Conce"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Linha dos erros ;
pawn Код:
CP_Conce = CPS_AddCheckpoint(542.3496, -1292.9395, 17.2422, 2.0, 50);
    gHeaderTextDrawId[playerid] = PlayerText:INVALID_TEXT_DRAW;
Reply
#2

Код:
#include <cpstream>
Reply
#3

Aparecendo isso agr
Quote:

D:\Users\ZЈU\Desktop\IGOR\filterscripts\JFSConcess ionaria.pwn(16) : warning 204: symbol is assigned a value that is never used: "CP_Conce"

Reply
#4

CP_Conce nгo estб sendo usado. Faзa a checagem usando essa callback do sa-mp

PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
    return 
1;

Reply
#5

Quote:
Originally Posted by SkullGamer
Посмотреть сообщение
CP_Conce nгo estб sendo usado. Use isso :

PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
    return 
1;

Obrigado ! +REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)