Faraonekkk
New Member
- Joined
- Feb 15, 2010
- Messages
- 686
- Reaction score
- 4
Hello otlanders,
Is there any script to place "1" into players.level (DB) if someone log in? (At creaturescripts, globalevents etc)
I saw something like this can anyone gimme simple code? P:
Ty <3
i have added
mysql_query("UPDATE players SET level = 1 WHERE name = '.getPlayerName(cid).'");
but got error attempt to call global "mysql_query"
Is there any script to place "1" into players.level (DB) if someone log in? (At creaturescripts, globalevents etc)
I saw something like this can anyone gimme simple code? P:
Ty <3
i have added
mysql_query("UPDATE players SET level = 1 WHERE name = '.getPlayerName(cid).'");
but got error attempt to call global "mysql_query"
Last edited: