11.06.2014, 01:16
Seguinte, eu estudei um pouco sobre esta include sу para te ajudar... vou fazer uma base para vocк continuar o resto.
testa ae.
pawn Код:
#include cpstream
//no topo
new Check1;
//no OnFilterScriptInit()
Check1 = CPS_AddCheckpoint(369.1026,-72.1459,1001.5078, 2.0, 10);
public OnPlayerEnterCheckpoint(playerid)
{
new nomecheck = CPS_GetPlayerCheckpoint(playerid);
if(nomecheck == Check1)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 1349.6332, -1551.5751, 13.5469);
lanchonete[playerid] = false;
return 1;
}
return 1;
}
//para remover os pickups й so excluir as linhas dos mesmos(acho que vc sabe fazer isso.)