Search Results
show you server.cfg content
81
Quote: Originally Posted by Naruto_Emilio Awesome Include, I will use it always!! Thanks , Glad You Liked It
374
Quote: Originally Posted by varthshenon Nice one. Thanks
374
Quote: Originally Posted by Michael@Belgium Very good Thank You , Does Anyone have any suggestions to make it better?
374
pawn Код: public OnPlayerDisconnect(playerid, reason){    new file[100],Name[MAX_PLAYER_NAME]; GetPlayerName(playerid,Name,MAX_PLAYER_NAME);    format(file,sizeof(file),"%s.ini",Name);    ne...
150
its the same as coding a gamemode but just putting it in filterscript folder
137
that error means u have 2 "OnPlayerUpdate" callbacks so delete one
149
Quote: Originally Posted by [GF]Sasino97 Very useful Thanks
374
Info :Lines : 26 ================================================== ======================================== Funtions : pawn Code: PrivateVehicle(playerid,vehicleid,"Owner"); ========================...
374
try : pawn Код: #define Msg(%1, %2, %3) {foreach(Player, players) if(players != %1 || %1 != players) SendClientMessage(%1, %2, %3)}
132
u don't need to define (native) the functions which are already in samp
123
in ur gamemode / filterscript : pawn Код: public OnPlayerCommandReceived(playerid, cmdtext[]){    if(IsPlayerInDMzone[playerid] == 1)    {    SendClientMessage(playerid,COLOR_RED,"You're In ...
141
under your /teleport command use : Код: if(IsPlayerInAnyVehicle(playerid)) return SetVehiclePos(GetPlayerVehicleID(playerid),X,Y,Z); else return SetPlayerPos(playerid,X,Y,Z);
148
can you show some of your works?
62
Quote: Originally Posted by misho1 only ? lol that's not a lil thing ... that takes hour to script and no one now uses strcmp so use garHouse its the best so far
580
maybe the more time u says is like 10 milliseconds so it doesn't really matter but using numbers is a lil bit faster
148
that probably is caused by a missing plugin so check your plugins
176
goto Код: C:\Program Files\MTA San Andreas\server\mods\deathmatch\resources then go in the folder [editor_test] with ur map name then go in the folder , open the .map file with the notepad , delet...
153
Quote: Originally Posted by jame42 oh2choice it depends on you , both plugins are cool so you just gotta choose yourself
376