18.07.2009, 14:08
You don't need that bracket..
Use this at the end:
And learn basics.
Use this at the end:
pawn Код:
// Cosas
EnableZoneNames(1);
AllowInteriorWeapons(1);
AllowAdminTeleport(1);
SetTeamCount(5);
time();
Comisaria = CreatePickup(1239,2,-1605.6516,711.7362,13.8672);
DisableInteriorEnterExits();
return 1;
}