SA-MP Forums Archive
I need help fast - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: I need help fast (/showthread.php?tid=487478)



I need help fast - boomerboom - 13.01.2014

Код:
    if(fexist(UserPath(playerid)))
    {

Код:
C:\Users\\Desktop\SAMP\filterscripts\PayPal.pwn(152) : error 012: invalid function call, not a valid address
C:\Users\\Desktop\SAMP\filterscripts\PayPal.pwn(152) : warning 215: expression has no effect
C:\Users\\Desktop\SAMP\filterscripts\PayPal.pwn(152) : error 001: expected token: ";", but found ")"
C:\Users\\Desktop\SAMP\filterscripts\PayPal.pwn(152) : error 029: invalid expression, assumed zero
C:\Users\\Desktop\SAMP\filterscripts\PayPal.pwn(152) : fatal error 107: too many error messages on




Re: I need help fast - SilentSoul - 13.01.2014

Codes are fine. (but make sure you closed the bracket) , show me codes around!


Re: I need help fast - boomerboom - 13.01.2014

Код:
    if(fexist(UserPath(playerid)))
    {
        INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);

    }



Re: I need help fast - boomerboom - 14.01.2014

Bump


Re: I need help fast - doreto - 14.01.2014

Show us UserPath


Re: I need help fast - ikey07 - 14.01.2014

How does UserPath(playerid) look like? it says that its invalid address, its like you want to fix your phone in the mechanics garage, could be its UserPath[playerid] ?