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