19.07.2010, 13:36
Hey, i have a prblem with timer and heres my code
But when i compile:
Line 227 =
pawn Код:
public FBI(playerid)
{
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
CreateVehicle(522, X+8, Y, Z, 90, 0, 0, 5);
SendClientMessage(playerid,COLOR_GREEN,"You have spawned a NRG ");
}
pawn Код:
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\BreakIn.pwn(227) : error 025: function heading differs from prototype
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\BreakIn.pwn(405) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
pawn Код:
public FBI(playerid)