14.01.2015, 18:33
Quote:
|
You can only pass 1 type of variable to a function. In the first RemoveUnderscore-function you pass the playerid (integer) and in the second you pass the playername (string).
Fix that. |
this is line 8759
pawn Код:
format(string, sizeof(string), "Admin %s has kicked %s through the admin access panel.", RemoveUnderScore(playerid), RemoveUnderScore(gName));


