Search Results
Well if your using a pickup Then the code to show should go in the OnPlayerPickupPickup https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup
98
yes!! and like dwayne make sure you reset them to 0 on connect so a new user with the same id as the last wont have the same rights!
140
well that would depend on who,where,and why you display it.
98
well reading code is helpful it does not always explain what its doing by looking at it, your best bet is to learn sscanf all the specifiers and how to you it correctly on a small scale, the best ref...
153
maybe stoped the warning but the function wont work! you cant pass a players NAME to set there health, atleast according to the wiki! https://sampwiki.blast.hk/wiki/SetPlayerHealth regards,
136
pawn Код: SetPlayerHealth(playerid, 100) you where using there name instead of id name = string id = integer which was the reason for the tag mismatch regards,
136
please use pawn tags indent your code and post the errors.... what line is giving you the error per say and is the actual error.
136
well do that then use this in on player register. pawn Код: Vip[playerid] = 0 then you are setting them to 0 when they signup, now to read it when they login you need to learn how to read with ...
140
Quote: Originally Posted by s3rious I didn't told that you move to this over y_ini. If you would better read you see the message "I know exist much better file system, but is good if you w...
793
what the speed difference against Y_ini? what makes this better and why would one move to this over y_ini? these are questions people will want to know before even trying this.
793
Try this pawn Код: * * * * * * * * * * * * if(WantedLevel[i] != 0)
94
Do you get any errors? Does it show people with wanted 2,3,4,5,6?
94
dont think you can capture the caps-lock press https://sampwiki.blast.hk/wiki/GetPlayerKeys youll have to use one of these keys, then in the OnPlayerUpdate(playerid) check if key is pressed and to...
92
The first bracket in the function is backwards And your missing a closing bracket in the if statement
200
What tutorials you use? And whats your errors? Post errors and your code here for help
124
Hey np And you can edit for like pickups, map icons. Checkpoints. All kinds of stuff Edit anyway you like Regards
135
youll need to use the sscanf2 include for this. pawn Код: CMD:savecar(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] >= 5)   {        if (isnull(params))        {     ...
135
try it like this pawn Код: "../pawno/include/LSveh.txt
91
yeah you might want to read more on the ysi im not sure what your trying todo but sounds like you need to use y_master also. sorry i dont have a more useful response regards,
119