Search Results
Well done, and I wish you more success. One question I'd like to ask, how was it like in the beginning? How long did it take you to start picking up and what did you do to keep yourself motivated? I'd...
1,711
There's a limit to RemoveBuildingForPlayer, are you sure you didn't exceed that limit?
259
PHP Code: CMD:staff(playerid, params[]) {     #pragma unused params     if(PlayerInfo[playerid][LoggedIn] == true)     {         new string[192];         new adm...
181
Код: foreach(new l: Player) if(CosminInfo[l][Level] >= 3) { if(ServerInfo[ServerReports] == 0) TextDrawHideForPlayer(l, ReportInfo[0]), TextDrawHideForPlayer(l, ReportInfo[1]); ...
124
Perhaps you could reset then set everything back once you detect the player pressed Enter/F?
158
Your GetVehicleName function does not accept string values (you defined 'vid' as a string of 39 cells), that is why that's happening. Код: CMD:vinfo(playerid, params[]) { if(gPlayerLogged[pla...
60
Max Dialog ID is 32767. Using negative values will close any open dialog.
90
Could you show us the function ErrorTag?
167
Code: static country[50]; GetPlayerCountry(playerid, country, sizeof(country)); printf("Player Country: %s",country); for(new i = 0; i < sizeof(vpncountry); i++) { if(!strcmp(country,...
81
Are you sure all the plugins are being loaded properly?
110
Quote: Originally Posted by Dayrion You must use a dynamic object (using STREAMER plugin) then you will be able to use: `OnPlayerShootDynamicObject(playerid, weaponid, objectid, Float, Flo...
170
Quote: Originally Posted by Leaky Yes, my ban system does not use the SAMP ban file but I just want to know if it's possible and if yes, how to do it? but I'm assuming that with this answe...
149
Looking for professional skin/object modders, payment included. PM me.
102,307
Yes, I am not using any filterscripts. That's the gamemode.
424
You are not defining the variable 'countvar'.
340
As the title entails, I've tested it several times over the course of a week -- the server usually crashes after an estimation of 13 to 14 hours runtime, I've installed crash detect in hope of underst...
424