Search Results
Anywhere in your script except under a callback.
71
Do you have this? pawn Код: stock sscanf(string[], format[], {Float,_}:...){    #if defined isnull        if (isnull(string))    #else        if (string[0] == 0 || (string[0] == 1 &...
71
Title says all, how can i do this?
254
I am going to create a system like /votemap Now i have on top for example: pawn Код: new MapVotes[5]; under ondialogresponse thingy pawn Код: MapVotes[0] ++;elseMapVotes[1] ++; now how i make ...
114
maybe this: pawn Код: if(strcmp(cmd, "/nitroglycerine", true) == 0)    {      if(IsPlayerConnected(playerid))      {          if(PlayerInfo[playerid][pMember] == 9||PlayerInfo[playeri...
125
Wow, nice idea! i support this Quote: Originally Posted by Karkanos My image is a example New Dialog style: DIALOG_STYLE_ELECTION Код: ShowPlayerDialog(playerid,dialogid,DIALOG_STY...
11,261
I have a server that changes the map all the time, It need to be done automaticly.
66
I have this on the top of my script: new TeamKills[MAX_TEAMS]; Now i don't have restarts in my server but how do i put the kills to 0 again?
66
My problem is: It keeps spawning at map 1... and setting it to map 2 pawn Код: public OnPlayerSpawn(playerid){  IsAlive[playerid] = 1;    if(CWmap == 1)    {  SetPlayerInterior(playerid, in...
46
Is this only used once? When you start the server.
97
There is a filterscript about this somewhere, Just search for it in the filterscript section
73
try this Код: #include <a_samp> #define FILTERSCRIPT public OnFilterScriptInit() { print("\n--------------------------------------"); print(" Damn."); print("---------------------------...
174
How can i see if i am a rcon admin what players are typing for commands?
90
I already fixed it, i had to put under: OnPlayerConnect allowgamle =1 xD
72