Search Results
Pastebin link doesn't work. Fixed?
82
Are you actually saving the account after you do /register?
72
Quote: Originally Posted by Vince https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject Do some research. That also means the two posts above. Rep begging with useless answers, seriously...
231
PHP код: if (!strcmp(tmp, "red", true)) return SetPlayerAttachedObject(playerid, "1", 18643);      else if (!strcmp(tmp, "blue", true)) return  SetPlayerAttachedObject(player...
231
May I ask why you are using SendClientMessageEx?
85
"s[128]s[128]", Check[ 0 ], I'm not sure, but perhaps you should check that part with the "Check[0]".
82
what's the result of the code you have now? Does it even do anything or absolutely nothing?
68
Check the script line per line. Does the script even have a line where it actually saves the data in a file?
127
-make sure all the files needed are uploaded to the host. -most hosts are using .so files for their plugins -Make sure your plugins are up to date.
156
the reports made by the players should be saved somewhere temporarily. An Array should be a good place to save those reports untill someone uses /pending. If the command has been called in, the script...
92
the function showplayerdialog should be called in in the public or cmd you use. and in OnDialogResponse you should put the coding where it says what the dialog should do. Do you have that in your scr...
74
what do you mean with load? Do you want the report to be shown on the screen in the chat of the admin or in a dialog?
115
Can you tell me what your variable "HouseInfo" means? What info is it saving? I think your problem is in your loop, not sure though.
111
What if you make a cmd like this: -/banned (playername) -Server opens INI file of the playername given by the admin -checked if banned is true (if it is a boolean) -returns message to the admin I bet...
180
Quote: SetTimerEx("BanExDelay", false, 1000, "i", targetid); Can you show me the public of BanExDelay?
51
PHP код: COMMAND:factions(playerid, params[])  {  new string[90], copcount = 0, fbicount = 0, corleonecount = 0;  for(new i=0;i<MAX_PLAYERS;i++)  {      if(PlayerInfo[i]...
126
Did you add all the files of the server to the host? All the plugins, filterscripts, includes etc.
69
What I think is that you just made one variable which counts the amount of players in the faction. Your variable is named "count", and you want to show the amount of players per faction, right? I sug...
126
{ {-136.1105,1116.5667,20.1966}, {-164.6844,1135.0851,19.7422}, {-20.9232,1120.6238,19.8900} }; Why do you have so many open brackets?
80
My tip to you is to start off with making a basic TDM gamemode. Learn how you can add vehicles, classes, spawns and weapons. After that, try to make some simple commands and then you'll learn the rest...
106