Search Results
Hi guys, I just wanted to know if it is possible to load a audio stream from a save? this is my code at the moment. pawn Код: case 100:{    PlayAudioStreamForPlayer(playerid, "AudioInfo[player...
63
CAn you post your error log?
82
Okay first all you dont need IsPlayerConnected as it will only send a message to people online in the FD anyway. But i fixed your code a bit, it will work how you want it. Код: COMMAND:r(playerid...
59
Код: COMMAND:getgear(playerid, params[]) { if(IsPlayerInRangeOfPoint(playerid, 10.0, 321.4954,306.3996,999.1484)) { ShowPlayerDialog(playerid,3224,DIALOG_STYLE_LIST,"Items", "Deagle\n.AK-47...
116
PHP код: stock LoadPlates() {     for(new i = 0; i < MAX_VEHICLES; i++)     {             if(IsCopVehicle(i)) SetVehicleNumberPlate(i, "LSPD");         ...
243
Replace a_samp.inc with this http://pastebin.com/u5BndSh5
87
IsPlayerAdmin and a timer with SetPlayerHealth is what you need.
180
Try tchanging this Код: if(!GetPVarInt(playerid,"alhambra")) To this Код: if(GetPVarInt(playerid,"alhambra"))
46
Add your jailed defines to enum and make it so its saving PlayerInfo[playerid[Jailed] etc
94
What is the warning and the line?
156
It looks like you havent got ycmd, can you show the code and your defines?
71
Define your dialog. If that doesnt work your dialog may be conflicting with another, try this PHP код: #define FILTERSCRIPT #include <a_samp> #include <zcmd> #define radiodial...
162
Quote: Originally Posted by RenSoprano Hello I have 2 warnings tag mischat Here are lines Код: BusinessInfo[businessid][bIconID] = CreateDynamicPickup(1272, 23, BusinessInfo[busines...
86
Have you got pawn Код: new mainigais; anywhere in your filterscript? If not then add it.
165
GivePlayerWeapon(playerid, weaponid, ammo); Put that onOnPlayerSpawn
220
Type my ip into ******, and compare it with the server ip
205
Are you looking to send a message to a certain team?
220
Look at tge post above yours and try that with the code i put
115