Removing Objects Off A Vehicle On Respawn
#6

Quote:
Originally Posted by Shadow™
Посмотреть сообщение
pawn Код:
public OnVehicleRespawn(vehicleid)
{
    DestroyObject(GetPVarInt(playerid, "neon"));
    DestroyObject(GetPVarInt(playerid, "neon1"));
    return 1;
}
If i write this in my mode i got two errors:
pawn Код:
D:\Drift.pwn(2852) : error 017: undefined symbol "playerid"
D:\Drift.pwn(2853) : error 017: undefined symbol "playerid"
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)