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,864
There's a limit to RemoveBuildingForPlayer, are you sure you didn't exceed that limit?
581
PHP Code:
CMD:staff(playerid, params[])
{
#pragma unused params
if(PlayerInfo[playerid][LoggedIn] == true)
{
new string[192];
new adm...
612
Код:
foreach(new l: Player) if(CosminInfo[l][Level] >= 3)
{
if(ServerInfo[ServerReports] == 0) TextDrawHideForPlayer(l, ReportInfo[0]), TextDrawHideForPlayer(l, ReportInfo[1]);
...
331
Perhaps you could reset then set everything back once you detect the player pressed Enter/F?
418
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...
157
Max Dialog ID is 32767. Using negative values will close any open dialog.
239
Could you show us the function ErrorTag?
385
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,...
193
Are you sure all the plugins are being loaded properly?
220
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...
404
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...
348
Absolutely fantastic, well mapped.
1,043
Looking for professional skin/object modders, payment included. PM me.
364,157
Yes, I am not using any filterscripts. That's the gamemode.
686
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...
686