AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   new:handle (https://forums.alliedmods.net/showthread.php?t=113112)

ProIcons 12-23-2009 14:22

new:handle
 
PHP Code:

new Handle:query SQL_PrepareQuery(con1"SELECT * FROM `players` WHERE (`username` = '%s')"Killer

i have this when i am finish with this i want to set new handle.. what i must do?, ex

new Handle:query = SQL_PrepareQuery(con1, "SELECT * FROM `players` WHERE (`username` = '%s')", Killer)
[Commands]
new Handle:query = SQL_PrepareQuery(con1, "SELECT * FROM `players` WHERE (`username` = '%s')", Victim)
[Commands]

YamiKaitou 12-23-2009 14:28

Re: new:handle
 
https://forums.alliedmods.net/showthread.php?t=46779


All times are GMT -4. The time now is 04:15.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.