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...
89
It should. Actually, just use SetSpawnInfo since OnPlayerSpawn is being called by OnPlayerDeath.
152
Use PHP, and MySQL, then just connect to the same database that you're using in-game.
89
Good job. I'm looking forward to the interior.
319
Have you tried using SetSpawnInfo then SpawnPlayer at the last part?
152
What's suppose to happen when a player dies?
152
Weird. Try adding SetPlayerHealth(playerid, 0.0); on top just to make sure that the player dies.
152
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...
111
Put the file into your "pawno\include\" folder.
76
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?
76
IDs 849 to 854, all of those are trash.
91
Oh, didn't see that. Thanks!
70
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...
70
Could you post "ya" save player then?
131
Something like this? pawn Код: CMD:warn(playerid, params[]){    if(PlayerInfo[playerid][Level] >= 1)    {        new            id,            reason[32]        ;    Â...
181
Try changing pawn Код: INI_Int("Password",PlayerInfo[playerid][pPass]); to pawn Код: INI_String("Password", PlayerInfo[playerid][pPass]); Quote: Originally Posted by Giroud12 lol c...
146
Post the part where you update the database.
131