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...
2,084
There's a limit to RemoveBuildingForPlayer, are you sure you didn't exceed that limit?
360
PHP Code: CMD:staff(playerid, params[]) {     #pragma unused params     if(PlayerInfo[playerid][LoggedIn] == true)     {         new string[192];         new adm...
327
Код: foreach(new l: Player) if(CosminInfo[l][Level] >= 3) { if(ServerInfo[ServerReports] == 0) TextDrawHideForPlayer(l, ReportInfo[0]), TextDrawHideForPlayer(l, ReportInfo[1]); ...
191
Perhaps you could reset then set everything back once you detect the player pressed Enter/F?
265
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...
88
Max Dialog ID is 32767. Using negative values will close any open dialog.
137
Could you show us the function ErrorTag?
262
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,...
109
Are you sure all the plugins are being loaded properly?
141
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...
235
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...
235
Looking for professional skin/object modders, payment included. PM me.
203,237
Yes, I am not using any filterscripts. That's the gamemode.
501
You are not defining the variable 'countvar'.
450
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...
501