Search Results
https://sampforum.blast.hk/showthread.php?tid=345747
19
Change the Virtual World
18
Make sure the plugins are in the plugins folder and are up to date
18
Remove a string above that line
24
Comment out the last thing you changed and compile it again.
20
Just download the new 0.3x files from the downloads section.
132
Try removing your mods, if that doesnt work re-install.
33
Quote:
warning 217: loose indentation
Fix by indenting the line correctly.
69
Quote:
PlayerInfo[playerid][pAdmin] > 99999
Thats if they are Greater than 99999
Add a = after the >
Providing your pScripter is = 1 and your Admin Level is 99999
49
Код:
CMD:gear(playerid, params[])
{
if(IsPlayerConnected(playerid))
{
if(IsPlayerInRangeOfPoint(playerid, 6,/* Cordinates here */))
{
ne...
117
Try installing GTA to a different Location.
42
Change lines with this on;
if(GetPlayerWeapon(playerid) == 31) GivePlayerMoney(playerid,5100);
To however much you want them to get
103
http://monitor.sacnr.com/
Provides updates every 5-10 minutes.
45
You could make /gps bring up a dialog, where they then select which location they want. This is just a idea.
If you you can use strcmp for the second word.
15
Very Nice. Hope you make many more
170