Search Results
Right, I have MySQL - Xampp open, I've run Apache and MySQL Perfectly, I'm on the PhpMYAdmin and every thing seems fine. I've placed it correctly in my script.
Code:
#define mysql_host "127.0.0.1"
...
216
Quote:
Originally Posted by cs_waller
The one I've given you is an example, the player will just stay there in an injured position as that's what I've understood from the post you did. Wha...
259
Now when I go hospital, it does not let me out. I'm just stuck there.
Does anyone have Skype and able to help me? PM Me. Else I'll send my TV over PM's.
259
It seems it is not working for me...
Код:
new Injured[MAX_PLAYERS];
--- Top of my Script..
Код:
if (Injured[playerid] == 1 && GetPlayerAnimationIndex(playerid) != 386)
{
Appl...
259
None of my includes use it except YSI which I have updated to 3.1 and a_samp which I have updated and has.
285
I get:
Quote:
C:\Users\Callum(Gaming)\Desktop\Server\gamemodes\D ebt(14650) : error 025: function heading differs from prototype
For:
Код:
public OnPlayerTakeDamage(playeri...
285
Look what it says here:
https://sampwiki.blast.hk/wiki/Body_Parts
287
I get
Код:
error 017: undefined symbol "bodypart"
287
I've made this but it crashes my pawno?
It is under : public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
Код:
if(issuerid != INVALID_PLAYER_ID)
{
switch(bodypart)
{
n...
287
Quote:
Originally Posted by GoldenLion
You need to put ++ there not +1.
I get:
Код:
C:\Users\Callum(Gaming)\Desktop\Server\gamemodes\Debt.pwn(124710) : error 022: must be lvalue (n...
279
I get
Код:
C:\Users\Callum(Gaming)\Desktop\Server\gamemodes\Debt.pwn(124710) : warning 215: expression has no effect
For
Код:
MAX_PLAYERVEHICLES+1;
279
But I get
Код:
C:\Users\Callum(Gaming)\Desktop\Server\gamemodes\Debt.pwn(124708) : warning 215: expression has no effect
C:\Users\Callum(Gaming)\Desktop\Server\gamemodes\Debt.pwn(124712) : warning...
279
I am trying to make a stock, if the admin level is 99999 they get 1 more vehicle added on to the Max_playervehicles which is 7, I get these errors:
Код:
C:\Users\Callum(Gaming)\Desktop\Server\gam...
279
The mappings half load within game, when I update, the script compiles well but when I start the server, it does not load?
238