ну хоть я и новечёг)) решил что нибудь сделать сам))
Code
#include <a_samp>
forward OneSecTimer();
main()
{
print("\n----------------------------------");
print("My server");
print("----------------------------------\n");
}
public OnGameModeInit()
{
SetGameModeText("AGC mod");
ShowPlayerMarkers(1);
ShowNameTags(1);
UsePlayerPedAnims();
AddPlayerClass(0,2495.4163,-1686.6395,13.5148,13.2848,0,0,0,0,0,0); //
//--------------------------cars-----------------------------------------
AddStaticVehicle(522,2500.9639,-1647.9036,13.1320,119.7154,6,25); // grov
AddStaticVehicle(535,2505.8018,-1694.9725,13.3210,356.6374,31,1); // grov
AddStaticVehicle(487,2529.7285,-1676.7800,20.1085,90.8021,26,57); // grov
воть,ну вот когдаделаю complie, вот такая вот ошибочка
Code
E:\SAMP\SERVER\11_samp022server.w\gamemodes\AGC.pwn(23) : error 030: compound statement not closed at the end of file (started at line 14)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.