Search Results
Код: stock player_remove_vip_toys(iTargetID) { if(PlayerInfo[iTargetID][pDonator] >= 3) return 1; else for(new iToyIter; iToyIter < MAX_PLAYER_ATTOBJECTS; ++iToyIter) { for(new LoopRapis...
40
Masca do a search for scripts of Car Ownerships.... I'm pretty sure they're all around the forums.
83
@anito did you delete everything in your enum pInfo and replaced it with the code that Danyal gave you? If so, then do a restore and add the enum pinfo variables INTO , not replace the whole thing wit...
163
I've done a whole forum search on this, can't seem to find it. So I'll just post my question here. For Vstorage, I just need the idea of it. What am I going to do with the stuff? Like if the player c...
38
@Vince I'm pretty sure that the GetPlayerPos and GetPlayerFacingAngle is for the server to get the information out first, then save it into the data.
163
There IS no multi language script, you have to do it manually. Btw, stop being lazy and read the tuts.
71
Use MTA to find out, we don't spoonfeed. http://mtavc.com/
90
Since you edited your script from the notepad , I can easily tell that you just edited the server's name and stuff. I do not suggest that.. because if you delete things by accident, and are a new scr...
161
Perhaps the "disappear" objects script is conflicting with the cars?
162
I'm afraid OTHER parts of your code has the error. Sometime when pawn can't read and understand your code, it will give you the wrong line that you need to fix. Post your whole script here, so I can ...
102
Dini is the one that has all those commands. That's why the errors appeared. You need the include to have the function working. Manual Way: define it and stuff in the gamemode script.
162
Can you be more detailed?What gamemode script are you using? Normally for RP servers.. It would be.. /makeleader or /setleader So yea
85
Wrong section. Request the fuction at: https://sampforum.blast.hk/showthread.php?tid=187229
89
Use the function: Server-Sided Cash. But I don't recommend it as when you use the vending machine for $1, it will return you $1 as it does not detect as a server function ( command )
71
Remove the filterscript of luxadmin, then..?
130