Search Results
Quote: Originally Posted by ItIsOzan Hey guys, this is my first post on the sa-mp forums and my first map release. I hope you guys enjoy it and have a nice one! Album [http://imgur.com/a/...
232
I suggest you to remove that and to add a command Код: new Siren[MAX_VEHICLES]; new SirenObject[MAX_VEHICLES]; CMD:siren(playerid, params[]) { if(IsACop(playerid)) { new stri...
113
This may be what you're looking for. https://sampwiki.blast.hk/wiki/SetPlayerCameraPos
87
under OnGameModeInit LoadPlayerVehicles();
195
Pretty sure its still possible, Maybe wait for someone more experienced to answer your question. Check other gamemodes or filterscripts to see if someone has something similar you can learn from
135
Have you tried going back to an older version of the plugin?
99
Pretty sure it has something to do with Streamer Plugin, Have you tried updating it recently?
99
From what you're saying you want reports to have ASSIGNED ID's so you can delete them after they have been resolved? Make a variable that stores Report ID's so everytime someone accepts a report it g...
135
https://sampwiki.blast.hk/wiki/EditAttachedObject is what you are looking for. OH and https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject
69
Stop posting useless shit.. Learn simple programming then come back to SA-MP. Try solve things yourself TIP: Look inside your script to see what is supposed to be inside your text file.
140
https://sampwiki.blast.hk/wiki/ShowPlayerDialog Use Switch or if statements, Make classes for each opposing team Use your brain. Dont be lazy please.
161
Before posting here.. Because i've seen you do it countless times about pointless shit. Goto the SA-MP Documentation and read up.
83
Are your plugins loading correctly? Using any filterscripts? I suggest looking on ****** to see if anyone else has had this problem before on SA-MP Forums.
121
Sounds like a streamer issue. Goodluck
93
Leave him be, He's new to PHP it looks like. If you want more assistance i've added your skype. - Alexander
114
Quote: Originally Posted by Lirbo I didn't really get what are those ER diagrams are doing. another question; I'll have to do something like this in my pawn or? PHP код: CREATE TA...
170
Quote: Originally Posted by Lirbo aww :[, this one would be useful? I'm currently watching it https://www.youtube.com/watch?v=7Vtl2WggqOg Yeah, Watching video tutorials will help. Altho...
170
Study MySQL, Always do ER (Entity Relationship) Diagrams before using SQL. Heres an example of how to make an ER Diagram. http://www.tutorialspoint.com/dbms/e...esentation.htm
170