Search Results
Hi. I have this script: Код: if(P_DATA[i][pWantedLevel] > 0) { wantedlost[i]--; if(wantedlost[i] <= 0) { P_DATA[i][pWantedLevel] -= 1; new name[2...
73
LimitPlayerMarkerRadius(50.0); ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED); This is how i have. Still not working .. -.- Hate this.
220
It doesnt show any player on mini-map.
220
Since this https://sampwiki.blast.hk/wiki/LimitPlayerMarkerRadius and this https://sampwiki.blast.hk/wiki/ShowPlayerMarkers i wanna set the players on map to see only in a certain range. I used this s...
220
So, i connect to my server, i type a password. It says that i registered and i need to type again my password. Then it says that the password is wrong, but it isnt. I tried with many accounts but noth...
96
Changed them on Global mode. still nothing.
85
I put this LimitPlayerMarkerRadius(50.0); and this ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED); But still cant see players on mini-map. Why?
85
At second "definition" ( [3] ). You have houseexitx, y, z. Try to define it [4] instead of [3] new Float:InteriorCoords[25][4] .
221
Well, didnt used Addstaticvehicleex, i replaced it with Createvehicle. Still dont get it, why my cars dont spawn. They are loaded from database but they dont spawn. Код: public LoadPersonalVehicl...
188
Still not playing. I think i need another inc or plugin :-/.
169
Quote: Originally Posted by maramizo Код: printf("-Masini citite: %d", masini); What does this line print? How many cars are loaded. I worked something out and changed from sql[51...
188
Quote: Originally Posted by simo0000 what is you mysql version? Mysql plugin R5.
188
Same problem.. I also have ath.cx:8054 and .pls as extentions i guess.
169
Код: case 1: { //RadioRO[playerid] = Audio_PlayStreamed(playerid, "http://www.radiozu.ro/live.m3u",false,false,false); PlayAudioStreamForPlayer...
169
Quote: Originally Posted by simo0000 what is you mysql version? Where can i see that? D: Quote: Originally Posted by Nin9r Did you put LoadCar(); or LoadPersonalVehicles()...
188
Код: public LoadPersonalVehicles() { new arrCoords[41][64],sql[512],row[512]; format(sql, sizeof(sql), "SELECT COUNT(id) FROM cars"); mysql_query(sql); SQLLog(sql); mysql_store_result(); ...
188
Thx guys, that worked. Now i get it. Btw, do you know why my personalcars dont load? :-/ They are saved in cars, i can park them, everything but with those publics over ther they dont load on server ...
139