SAMP argument 1 error.
#1

Please help.

Error:
Код:
C:\Users\User\Desktop\samp server\gamemodes\SouthSideRP.pwn(24952) : error 035: argument type mismatch (argument 1)
C:\Users\User\Desktop\samp server\gamemodes\SouthSideRP.pwn(24952) : error 035: argument type mismatch (argument 1)
Code:
Код:
if(!PlayerInfo[playerid][pFacDuty]) format(name, sizeof(name), "Badage");
Reply
#2

Код:
new name[30]; //Replace with name variable
if(PlayerInfo[playerid][pFacDuty] == 0) format(name, sizeof(name), "Badage");
Reply
#3

Thank you so much.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)