[AJUDA] Interiores
#1

Quero fazer na HQ da Grove ir no icone e entrar num interior...

Segui este tuto > http://forum.sa-mp.com/showthread.ph...ght=interiores

Fiz tudo certo daн da esses erros:

pawn Код:
C:\Documents and Settings\Luciano\Desktop\Gaming of Life - Gang War\gamemodes\glgw.pwn(47) : error 001: expected token: ";", but found "forward"
C:\Documents and Settings\Luciano\Desktop\Gaming of Life - Gang War\gamemodes\glgw.pwn(515) : error 017: undefined symbol "PlayerToPoint"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.
Ele deu uma dica de por uma forward e deu mais erros ainda... essa й a forward

pawn Код:
forward PlayerToPointStripped(Float:radi, playerid, Float:x, Float:y, Float:z, Float:curx, Float:cury, Float:curz);
Aн estб meu public PickUpPickup

pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == GroveInterior) {
    if(PlayerToPoint(1.0, playerid, 2514.4575195313, -1691.8350830078, 14.046038627625))
SetPlayerPos(playerid, 2543.462646,-1308.379882,1026.728393);
SetPlayerInterior(playerid, 2);
return 1;
    }
    return 1;
}
Ajuda aк galera pelamor!!
Reply


Messages In This Thread
[AJUDA] Interiores - by [AF]Junior - 07.02.2011, 02:20
Re: [AJUDA] Interiores - by ASDF - 07.02.2011, 06:33
Re: [AJUDA] Interiores - by [AF]Junior - 07.02.2011, 13:22
Re : [AJUDA] Interiores - by Falcon. - 07.02.2011, 13:28
Re: [AJUDA] Interiores - by [AF]Junior - 07.02.2011, 14:30
Re: [AJUDA] Interiores - by Tijoka - 07.02.2011, 16:13
Re: [AJUDA] Interiores - by [AF]Junior - 07.02.2011, 16:20

Forum Jump:


Users browsing this thread: 1 Guest(s)