Search Results
Using SetPlayerMapIcon with 'MAPICON_LOCAL' should work.
60
Here's a tip: comment out the section you recently added and compile the script. If it works fine, make the commented section smaller and smaller and you will find out the cause eventually.
182
What did you change before it started happening? Maybe like installing a mod or something..?
268
Delete gta-sa.set, works 11/10 if you haven't already tried that
268
Las Venturas Airport Stunts Hello there fellow gamers, this is the first map I'm releasing on the sa-mp forums. I basically used this one for my own server but now we've moved to a new map. This map c...
215
When a player teleports to the interior, change his weather to something clear Код: SetPlayerWeather(playerid, 10)
88
Restart Windows Explorer from the task manager, works for me (well..most of the times)
284
What time are you using? If you're trying to turn on the lights in daytime, use ManualVehicleEngineAndLights
166
Animation Library: PED Animation Name: FLOOR_hit_f
83
Maybe use Код: string[0] = EOS; //EOS = End of string to empty the string before you format it.
160
Maybe something like this? Код: new Float:TeamOne[][] = { {PosX, PosY, PosZ}, //1st spawn point for team 1 {PosX, PosY, PosZ}, //2nd spawn point for team 1 {PosX, PosY, PosZ} //3rd sp...
92
Happy Holidays! I've got exams starting from friday sedlyfe
243
Eh, you're not loading whirlpool Edit: not sure if this is the cause of the mysql errors, but did you update the mysql include in the pawno folder as well when compiling the script?
94
PHP код: CMD:hostpassword(playerid) {     if(!IsPlayerAdmin(playerid)) return 0;     SendClientMessage(playerid, -1, "changeme"); //replace "changeme" with your host password ...
114
Why not just make a text file on your pc with these passwords? That will be better and secure
114
Are the plugins loading fine? Also, if you're on windows make sure you have libmysql.dll in your server directory
94
Have you installed your graphic drivers?
265