whats wrong with this?
#1

Код:
dini_IntSet(file, "IP",PlayerInfo[playerid][pIP] = GetPlayerIp(playerid, plrIP, sizeof(plrIP));
and i get this warning??

Код:
C:\Users\**********\Desktop\************\gamemodes\ctV2.pwn(2508) : error 001: expected token: ",", but found ";"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

pawn Код:
dini_IntSet(file, "IP",GetPlayerIp(playerid, plrIP, sizeof(plrIP));
or


pawn Код:
dini_Set(file, "IP",GetPlayerIp(playerid, plrIP, sizeof(plrIP));

-rsrs.
Reply
#3

Quote:
Originally Posted by TheGarfield
Посмотреть сообщение
[pawn]
dini_IntSet(file, "IP",GetPlayerIp(playerid, plrIP, sizeof(plrIP));
[pawn]

or


pawn Код:
dini_Set(file, "IP",GetPlayerIp(playerid, plrIP, sizeof(plrIP));

-rsrs.
ty but i fixed it but nyways ty
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)