25.06.2009, 07:05
What's the purpose of "forwarding"
Like,
Like,
pawn Код:
forward Car
public Car
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
CreateVehicle(560, x, y, z, 0.0, 1, 1, 1);
}