Search Results
You can make a /togchatanim command easily. pawn Код: new TogChatAnim[MAX_PLAYERS]; OnPlayerConnect pawn Код: TogChatAnim[playerid] = 0; pawn Код: if(strcmp(cmd, "/togchatanim", true) ==...
176
Quote: Originally Posted by Jefff Код: PlayerInfo[playerid][pAge] = strval(inputtext); xD Thanks, lol. Sorry for the stupid questions
81
I'm trying to create a dialog that will get the age when the player types it in the dialog. The problem is that I don't know if it's possible to convert strings to int in pawn. pawn Код: if(IsNum...
81
Quote: Originally Posted by |)ЂΩ†{−}ЂR™ – Dare To Die Surely it will!! Okay, thank you!
60
I want to create a timer for 1 second that will check if the player is driving a vehicle ID 100 for example, if he does and he's not member of ID 3 he will be removed from the vehicle. I know how to d...
60
Quote: Originally Posted by $ЂЯĢ gettime() + (3*86400) = 3 days from this moment. Then just check with gettime() if it's already that time or over and release player. Can you give me...
94
Quote: Originally Posted by [ZDM jumbo ] you have to put a player name in a file like dini and save if jailed or not like jailed = 1 or 0 ... I know, I have the pJailed already in the p...
94
I was thinking about jailing someone for 3 days, but I don't want him to stay at the server the whole 3 days. I want to jail him for 1 day.. if he comes tommorow he will be unjailed. I was thinking a...
94
Quote: Originally Posted by Blacklite Quote: Originally Posted by DJDhan Код: if (strcmp(cmd, "/unban", true)==0) { if((IsPlayerAdmin(playerid)) || PlayerInfo[playerid][pA...
151
Quote: Originally Posted by 0ne I suggest fallouts if you don't need objects for interiors, and virtual worlds its fastest of every streamer i ever used including Incognito's.. I need o...
181
Quote: Originally Posted by Kartowka I'm using The Godfather gamemode, I just want to change the change this: PlayerInfo[playerid][pLocked] = 1; to this: PlayerInfo[playerid][pLocked] = ...
151
I'm using The Godfather gamemode, I just want to change the change this: PlayerInfo[playerid][pLocked] = 1; to this: PlayerInfo[playerid][pLocked] = 0; Using a player name.
151
I'm using this unban command [Godfather edit] pawn Код: if (strcmp(cmd, "/unban", true)==0)    {      if((IsPlayerAdmin(playerid)) || PlayerInfo[playerid][pAdmin] >=3)      {      ...
151
Quote: Originally Posted by BlackFoX_UD_ http://forum.sa-mp.com/index.php?topic=103375.0 Thanks, more comments ;p?
181
Hello guys, I've been looking for a good object streamer. I heard that MidoStreamer is a good one, but I couldn't find the links.
181
Quote: Originally Posted by ¤Adas¤ And what Oh sorry, it didn't work ;d I edited my message.
103
Hello, I tried to do that: pawn Code: for(new i=0; i<MAX_PLAYERS; i++)    {        if(IsPlayerConnected(i))        {            if(IsPlayerFacingPlayer(playerid, i, 7.0))      ...
103
Quote: Originally Posted by Kartowka Quote: Originally Posted by Kartowka Sorry for doubleposting, I couldn't have editted my message. pawn Код: for(new player2=0; player2&...
170
Quote: Originally Posted by Kartowka Sorry for doubleposting, I couldn't have editted my message. pawn Код: for(new player2=0; player2<MAX_PLAYERS; player2++){        if(IsPlaye...
170
Sorry for doubleposting, I couldn't have editted my message. pawn Код: for(new player2=0; player2<MAX_PLAYERS; player2++){        if(IsPlayerFacingPlayer(playerid, player2, 7.0))       ...
170