20.07.2012, 21:06
Eu estou criando um server do 0
E tudo que ele tem e isto :
E tudo que ele tem e isto :
Код:
// This is a comment // uncomment the line below if you want to write a filterscript //#define FILTERSCRIPT #include <a_samp> #include <zcmd> #if defined FILTERSCRIPT #endif public OnGameModeInit() { // Don't use these lines if it's a filterscript SetGameModeText("Test"); AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); return 1; } if(strcmp(cmdtext,"/ilha", true)==0) { GameTextForPlayer(playerid, "~y~~h~]] ~r~~h~PEKENA ILHA ~y~~h~]]", 2500, 4); SetPlayerInterior(playerid,0); SetPlayerPos(playerid,263.6730,2905.4475,7.4086); ResetPlayerWeapons(playerid); GivePlayerWeapon(playerid,26,9999); format(string, sizeof(string), "{FF0000}[TELEPORTE] {FFFFFF}%s foi para uma Pekena Ilha {FF0000}( /Ilha )", pname); SendClientMessageToAll(0xFF0000FF, string); return 1;}