Search Results
I definitely think that 0.3.DL is way better as it seems to be a step towards the right direction for SA:MP by allowing custom skins.
891
I've been developing my server in 0.3.8 and now it's been cancelled... Disappointing.
10,465
Video This is a fairly simple script I made which allows you to control a drone. You are able to detonate the drone while you are flying it. I've made sure you can't bug the script by doing numerous ...
1,073
Quote: Originally Posted by Misiur Show your table structure and enum used by Player. Code: enum PlayerStats { Name[128], Password[128], Kills, Deaths, AdminLvl, Money, } new Pla...
154
So saving my SQL works perfectly fine. But when I load it in it adds the number 48 to each var (except the password, username and money vars). For the money, it makes it some random number, most notic...
154
Fairly good tutorial for newbies. The second code is a bit broken though as it's for all body parts instead of just the head. EDIT: Sorry, just realized this is a super old thread.
972
Update: ran through multiple bracket checkers, fixed like two errors but I still get the same errors ;c
188
Quote: Originally Posted by Dayrion Just an example to be sure you get the problem: PHP код: CMD:test2(playerid, params[]) {     new str[90], Float:zR;     GetPlayerFacin...
188
Quote: Originally Posted by Dayrion And these all functions are implemented ? If yes, you might did a mistake like missed a { / } or Blabla(blabla);abc Check the lines which you recently e...
188
Here are the errors we're getting: Код: C:\Users\ASUS\Desktop\SAMP Server\Eagle Gaming Roleplay\gamemodes\egrp.pwn(4941) : error 017: undefined symbol "GiftPlayer" C:\Users\ASUS\Desktop\SAMP Serve...
188
Quote: Originally Posted by dimashr12345 For some reason the player file is not even created. I haven't changed anything in the FS, and I have created the folder where the files should be ...
22,857
When it saves, my data file creates but it has nothing inside of it, it's a blank file.
22,857
Quote: Originally Posted by Karan007 PHP код: CMD:makemeadmin(playerid, params[]) {     SendClientMessage(playerid, COLOR_RED, "Not today son.");          return 1...
93
I've tried using just CMD: but then I get this error: Код: C:\Users\KillingPigs123\Desktop\Cops and Robbers\gamemodes\prisonrp.pwn(323) : error 017: undefined symbol "makemeadmin" Pawn compiler 3....
93
Having the same problem here.
162