Search Results
I've made a airport system and when i am in airplane with a friend i am id 0 and he is 1 and i am the only one how get's to the destination becaouse i have id 0... Code: https://pastebin.com/U5wqEza2...
151
Hi, I want to make an order to ease my work, the order is to sell all the houses at once, can someone help me? Here is the model from / asellhouse you can modify it or something? Please help me CMD:a...
80
Quote: Originally Posted by Sunehildeep Show the line where you defined LVCopcar LVCopcar[45];
88
I add some cars and when i open my server it shows some errors in the console These are the cars: Код: LVCopcar[1] = AddStaticVehicleEx(427,2299.1641,2431.5496,3.4053,358.7615,0,152,900); // c...
88
I've made a /gps command and when i select a location it show a message but the textdraw is not showing This is the textdraw: Код: Textdraw53[playerid] = TextDrawCreate(320.000000, 341.000000, ...
66
script : https://gyazo.com/0decc821b047ea4239d7e7dfa1684b7e error : https://gyazo.com/38a5bc6bb14231eedfe0c53e1e15d660 pls help
85
Quote: Originally Posted by Mencent Hello! Try this: PHP код: if(dialogid == 1212) {     if(response)     {         switch(listitem)         {      Â...
348
Quote: Originally Posted by Jelly23 I don't know if you even tried, but give this a try: SetPlayerCheckpoint(playerid, ParkourRandom[rand][0], ParkourRandom[rand][1], ParkourRandom[rand][...
348
Quote: Originally Posted by Jelly23 SetPlayerCheckpoint(playerid, ParkourRandom[rand][0], ParkourRandom[rand][1]); Two params missing, wiki.sa-mp.com/wiki/Function:SetPlayerCheckpoint ...
348
Код: new Float:ParkourRandom[][4] = { {2442.3235,-1638.0476,13.4310,4.0}, {1988.0079,-1628.4105,15.9691,4.0} }; Код: if(dialogid == 1212) { if(response) { switch(list...
348
error 075: input line too long (after substitutions)
192
This is the command where is the error: Code: CMD:hqs(playerid, params[]) { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "Trebuie sa te loghezi."); if(IsPlaye...
192
Код: CMD:attack(playerid, params[]) { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "Trebuie sa te loghezi mai intai."); if(!IsAMember(playerid)) return S...
95
Код: CMD:attack(playerid, params[]) { if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "Trebuie sa te loghezi mai intai."); if(!IsAMember(playerid)) return S...
65
I am working on a rpg script and a few weeks ago my script loaded quickly. Now it takes it 1-2 minutes to start up.. What can cause this?
62
I've made 3 banks one in ls one in sf and one in lv and i put the same interior.When i enter in sf bank and i exit it puts me in lv.. Код: if(newkeys & KEY_SECONDARY_ATTACK) { if(...
114
How can i put a checkpoint to show the player where he can start work if he is not in /work area Код: CMD:work(playerid, params[]) { new rand = random(sizeof(CursaRandomDrug)); if(PlayerInfo...
63
Quote: Originally Posted by Abagail How does it "not work"? After i press enter nothing happens
66