error 035: argument type mismatch (argument 1)
#4

PHP код:
public IncreasePlayerXP(playerid,Value)
{
    new 
pXP dUserINT(playerid).(XP); //Line 14194
    
pXP +=Value;
    
dUserSetINT(playerid).(XPpXP); //Line 14196
    
return 1;

try this
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)