Search Results
Quote: Originally Posted by Richie© Nice job. But change the font of "server details" etc to a standard iOS font, it will make the whole thing more seamless. When can we expect release? ...
643
Quote: Originally Posted by Private200 Seen this application from a corner, it looks like a good idea, but if you see deeply on it, you're trying to rip money off SA:MP. Also, whatever y...
643
Hello everyone. So some of you might have seen me post development threads for a query app, iSA-MP. That app has been done, and is on the app store. PLEASE NOTE: Current version is buggy, I have sent...
83
Hi, This PathFinder is really awesome, although I have some questions about it. Would you be able to add my skype: Skype: descodetm Thanks
6,202
Hello, I was wondering if it's possible to draw images onto the screen which is already located in samp.img file. I've tried Image2Textdraw but the image comes out really strange, and is drawen very...
65
Quote: Originally Posted by Sade seems smart Try using the GetPlayerName function instead, and check if it works
153
May i ask, don't you want to set their name to the real one with the "_", since it's their real name and it uses around the map i guess? So shoulden't you just use normal GetPlayerName instead of you...
153
Quote: Originally Posted by Sade pawn Код: GetPlayerNameEx(playerid) {    new        sz_playerName[MAX_PLAYER_NAME],        i_pos;    GetPlayerName(playerid, sz_playerName,...
153
pawn Код: if(!PlayerInfo[playerid][pBiz] && !PlayerInfo[playerid][pVBiz]) return SendClientMessage(playerid, COLOR_GREY, "You don't own a busines."); Is this declared as a boolean? If it'...
74
pawn Код: new NormalName[MAX_PLAYERS]; This needs to be used as a name correct? pawn Код: new NormalName[MAX_PLAYER_NAME];
153
I've debugged further, and the SetPlayerInterior wont work no matter what ID i put in, not even "0" will work. Could this be a bug?
165
Quote: Originally Posted by Ballu Miaa Do you think you're right that this is the exact Interior to be used? Where did you create this interior at? MTA? That interior is the Airport in...
165
Quote: Originally Posted by Joao Pedro What part of your gamemode the code is? This code belongs to a stock function called Register(); this gets called at a timer 5 seconds after i've ...
165
Hi everyone, i've got this problem when setting the player's interior, before this i've set the interior to "1" for shamal interior. Now i'm trying to set it to "14", but it won't change. The code do...
165
pawn Код: strcat(gPlayerInfo[playerid][PLAYER_NAME],    strcat(gPlayerInfo[playerid][PLAYER_IP],    gPlayerInfo[playerid][PLAYER_REGGED]    gPlayerInfo[playerid][PLAYER_PASS]    gPlayerInf...
179
I don't see the meaning of that code i posted above, tell me what it is needed for?
179
pawn Код: strcat(gPlayerInfo[playerid][PLAYER_NAME],    strcat(gPlayerInfo[playerid][PLAYER_IP],    gPlayerInfo[playerid][PLAYER_REGGED]    gPlayerInfo[playerid][PLAYER_PASS]    gPlayerInf...
179
You need to post the lines giving the error, cause we can't see line numbers.
179