11.05.2013, 20:01
You don't have this:
PHP код:
new currentveh;
public OnGameModeInit()
{
currentveh = CreateVehicle(id, x, y, z, a, -1, -1, 100);
return 1;
}