Search Results
show me the enum line(s) and the global player array line
118
Also, you don't have to globally #define it, if you're making a command for example you could do this: pawn Код: CMD:text(playerid, params[]){    #define COLOR_BLUE "{0000ff}"    SendClientMe...
111
Hi, working on this new mysql script. My script doesn't detect whether a player is registered or not under onplayerconnect. I'm shit with mySQL and I can't find the problem. If a player registers with...
57
Quote: Originally Posted by BleverCastard Heres' a ton. http://*******/UoWII3 ahahhahaha repped
123
actually with booleans you can only use "true" or "false", if you use 0 or 1 you get warnings not saying you're wrong or anything, Konst
104
Quote: Originally Posted by Matess Simply create variable (i have for example: bool:PlayerLogged[MAX_PLAYERS]; ) After login set on true and in kick check if PlayerLogged is true then save...
222
Quote: Originally Posted by Matess As you said Код: when a player is kicked (enter incorrect password for auto kick) all his mySQL tables get reset to 0 You aren't loading stats after ...
222
Quote: Originally Posted by RenovanZ There's no problem with your code, its weird. TRY to not saving player stats on KickEx: pawn Код: public KickEx(playerid){    Kick(playerid);} ...
222
Hi, I'm an amateur SA:MP scripter and I've started working on a roleplay script. I'm using mySQL r38 (BlueG's) This script works fine, everything saves (enums etc) However when a player gets kicked...
222
are you retarded
108
First of all I think you should get the latest version of mySQL (r3 before even thinking about making a "housing system"
191
https://sampwiki.blast.hk/wiki/GetVehicleVelocity
127
you shouldn't set the health back to 100, lets say the player has 20hp and he quickly uses the atm to gain 100hp. you should use something called https://sampwiki.blast.hk/wiki/GetPVarFloat to store ...
179
Quote: Originally Posted by hanm13 Why .. pawn Код: for(new i,m=GetMaxPlayers(); i < m; i++)    {         if(IsPlayerConnected(i ... You should ask yourself that I actuall...
148
There is no actual proper detection but you can use https://sampwiki.blast.hk/wiki/Strfind under OnPlayerText or OnPlayerCommandText to search for 3 full stops and a colon?
141