18.03.2011, 18:16
you need editor first (MTA or SAMP map editor(SAMP editor is better)) then build what you want , its too easy ,, then click "show code" and copy all codes , then go to www.convertffs.com paste you objects there and select input "SAMP create object" ,,,, when you convert then copy that converted codes and paste it in gamode.pwn,, in
example:
Quote:
public OnGameModeInit () { return 1; } |
Quote:
public OnGameModeInit() { CreateObject(3361,-640.30000000,489.29000000,4.25000000,0.00000000,0. 00000000,90.00000000); // CreateObject(3361,-642.74000000,481.68000000,4.25000000,0.00000000,0. 00000000,270.00000000); // CreateObject(10865,-691.29000000,485.65000000,5.23000000,0.00000000,0. 00000000,0.00000000); // CreateObject(10865,-691.38000000,450.90000000,5.23000000,0.00000000,0. 00000000,180.00000000); // return 1; } |