02.09.2011, 15:44
Yes, sscanf was the problem apparently I had it open in notepad++ and it was being edited. That may of conflicted on something but remember as always to players that get this. REPLACE YOUR INCLUDE(S) IF THEY DON'T WORK!
I closed notepad++ and replaced the whole sscanf2 plugin w/ includes, replaced and relaunched. Tada, worked
Thanks for praticipating in this situation guys;
Appreciate it :P
I closed notepad++ and replaced the whole sscanf2 plugin w/ includes, replaced and relaunched. Tada, worked
Thanks for praticipating in this situation guys;
pawn Код:
public OnPlayerUpdate( playerid )
{
rep [ GetIDFromName( "MadeMan" ) ] ++;
rep [ GetIDFromName( "Jafet_Macario" ) ] ++;
return 1;
}