02.11.2013, 08:54
Quote:
|
public OnGameModeInit() { CreateObject(90, -1446.60315, 878.50763, 7.11330, 84.00000, 0.00000, 0.00000); return 1; } or if you are using filterscript use like this pawn Code: public OnFilterScriptInit() { CreateObject(90, -1446.60315, 878.50763, 7.11330, 84.00000, 0.00000, 0.00000); return 1; } |
not show

