Search Results
In my own words, PHP is for the web development - how your website would function, which works brilliantly with MySQL that allows you to access a database. So think of it as PHP being the PAWN languag...
175
It should. Actually, just use SetSpawnInfo since OnPlayerSpawn is being called by OnPlayerDeath.
317
Use PHP, and MySQL, then just connect to the same database that you're using in-game.
175
Have you tried using SetSpawnInfo then SpawnPlayer at the last part?
317
What's suppose to happen when a player dies?
317
Weird. Try adding SetPlayerHealth(playerid, 0.0); on top just to make sure that the player dies.
317
Use SetPlayerColor - if you don't want the player to have a marker on the mini-map, just set the alpha values to zero.
Example:
pawn Код:
SetPlayerColor(playerid, 0x0000FF00);
The code above woul...
235
Put the file into your "pawno\include\" folder.
211
Rename the include file to "dini.inc", that should do it.
Edit: Tried it myself but still works. Do you have the most updated version?
211
I just need clarification on using Incognito's streamer, the text below is from the official topic of the streamer.
Код:
The maximum amount of visible objects may be increased to 999 as of SA-MP 0...
148
Could you post "ya" save player then?
262
Something like this?
pawn Код:
CMD:warn(playerid, params[]){  if(PlayerInfo[playerid][Level] >= 1)  {    new      id,      reason[32]    ;  Â...
319
I guess it's just how it works.
215
Try changing
pawn Код:
INI_Int("Password",PlayerInfo[playerid][pPass]);
to
pawn Код:
INI_String("Password", PlayerInfo[playerid][pPass]);
Quote:
Originally Posted by Giroud12
lol c...
273
Post the part where you update the database.
262