Search Results
So guys, i want to make random team select for players.When they type /cmd, they get in a dm as a team.I tried it like we create random spawn.but that didnt worked though. Any help?
96
Re-download the latest sscanf and streamer plugin.Re-compile ur scripts and run.this will solve the problem.
289
Problem is in ur sscanf dll.Update it and re-compile the Script
179
U need to download appropriate mySQL plugin for ur server.
128
Better use the nativechecker plugin.Put it at the end of plugins line.And then post the serverlog here
176
i think this is used when u create a PlayerTextdraw pawn Код: PlayerTextDrawBlabla(playerid,TXTID,Blabla);
111
pawn Код: stock GetScore(playerid){    new Zscore[64];    if(GetPlayerScore(playerid) < 1000)    {    format(Zscore, sizeof(Zscore), "Score: %d{FF0000}/1000",GetPlayerScore(playerid));Â...
57
use Nativechecker plugin for the problem.Download it from this forum.Copy and paste it in ur plugins folder.And in server.cfg add it at last of plugins line or it will not work.And then run the server...
124
Quote: Originally Posted by IstuntmanI pawn Код: public OnPlayerPickUpPickup( playerid, pickupid ){    if( var1 == pickupid || var2 == pickupid || var3 == pickupid )    {      Â...
109
Well restart server with turning off and then open it.The GMX command f**ks the server. -_-
72
pawn Код: CMD:greg(playerid,params[]) {  if(!strcmp(name, "NAME", true)){ new carid;  SetPlayerSkin(playerid,240);  SetPlayerHealth(playerid,99999);  SetPlayerArmour(playerid,99999);  GivePl...
138
Wrong Section.any moderator move it to Maps Section please...
90
pawn Код: MoveObject(gate, 980, 342.88699, -88.34242, -2.46468,2.5);//2.5 is speed You were having 2 comas.
148
pawn Код: ----------Loaded log file: "server_log.txt".----------SA-MP Dedicated Server----------------------v0.3x, (C)2005-2013 SA-MP Team[06:20:19] [06:20:19] Server Plugins[06:20:19] -----------...
262
Well I did that Four times and i see the server log error free
262
Well now i got what is the problem.My host isnt supporting the Ini file admin system.It can support SQLite.So is there any solution for it?
262
Well guys i got host from GamePanelX VPS.But whe ni upload the full server and start it, it says uknown gamemode but the same copy works well in my PC.What's the matter?Can anyone help me me out?
262
Well use the below code.It must work pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (strcmp("/open", cmdtext, true, 10) ==0)         {        if(!IsPlayerAdmin(playeri...
110
Use Y_Ini or Dini for saving or if u r able to use mysql, then use that
96