Search Results
if you can, in zcmd, i don't use dcmd
297
And how can you whitelist players with that after?
297
Can you give like an example of code please..
297
How can you make a skin with a certain permission that you can't access it, like whitelisting people to join a certain skin?
297
Errors: Quote: SA-MP Server\gamemodes\grandlarc.pwn(359) : error 017: undefined symbol "Army" SA-MP Server\gamemodes\grandlarc.pwn(359) : error 017: undefined symbol "area" SA-MP Server\g...
172
Code: Код: #include <a_samp> #include <streamer> #define MAX_ZONES 1 new zones[MAX_ZONES]; new Float:zones_points_0[] = { 2676.0,-2394.0,2806.0,-2394.0,2807.0,-2581.0,2676.0,-2581....
172
I used this: https://sampforum.blast.hk/showthread.php?tid=467190 I've made the area but how can i change the color of the area cause it seems its stood defualt?
172
How to make an area like this, as like the purple thing? Pic:
172
Hmm, two errors problem: sweeper.pwn(41) : warning 209: function "cmd_sweeper" should return a value sweeper.pwn(42) : error 010: invalid function or declaration Код: #include <a_samp> #in...
83
Код: public OnPlayerEnterVehicle(playerid, vehicleid) { new v = GetVehicleModel(GetPlayerVehicleID(455)); if(v == 455) { SendClientMessage(playerid, COLOR_YELLOW,"Go near the storage area a...
214
didnt seem to work, nothing came in chat.
214
How can I make it so when you enter a certain vehicle it gives you a message in the chat? My code: Код: public OnPlayerEnterVehicle(playerid, vehicleid) { new v = GetVehicleModel(GetPlayerVehi...
214
As rainbow said, it's not updating within the database, when you restart or relog the vehicle goes back to the grotti position when buying the car, so imagine you have 100 vehicles, after restatr you ...
4,621
Basically I found a textdraw that i've wanted to add and well i have one single error: Error: pawn Код: error 017: undefined symbol "Date" Line: 34: pawn Код: format(stringbig, sizeof(stri...
55