Small problem
#1

Hi all,i got a problem for this code:

pawn Код:
dini_IntSet(udb_encode(playername), "email", email[playerid];
error 001: expected token: ",", but found ";"

What's wrong?

P.S I coded all day and i feel asleep and i dont understand what i done wrong,so please don't do any stupid comments,thanks.
Reply
#2

You miss a ) at the end.
Corrected:

Код:
dini_IntSet(udb_encode(playername), "email", email[playerid]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)