Search Results
Use strcmp, then make show dialog again, check again your script at ondialogresponse
151
PHP код: format(message, sizeof(message), "[ADMIN LOG]ID:<%d>(%s) have changed ID:<%d>(%s) VIP to level (%d) With (%s).",g_PlayerInfo[playerid][pSQLid],GetPlayerNameEx(p...
126
Код: new string[130], insertlog[sizeof(message)]; mysql_escape_string(message, insertlog); mysql_format(SQLHandle,string, sizeof(string), "INSERT INTO `admin_log`(`logs`) VALUES ('%s')", ins...
126
could give me an overview of script.
85
I do not have any idea, can you explain
85
if it was possible even though the player is offline, I think that using getdate
85
I want to make a vip system with an expiration date, 1 month, 6 months, 1 year, and permanent. is there any an idea to make the use of real time,
85
yes, you can find it yourself?
132
Quote: Originally Posted by KillerDVX Why would you use a command, instead of using your console ? coz its just copy - paste script from gamemode haha
143
Код: public OnPlayerDisconnect(playerid, reason) { if(pLoggedIn[playerid] == true) { new Query[1000], Float:x, Float:y, Float:z, Float:a; GetPlayerPos(playerid, x, y, z); GetPlaye...
96
Код: if(ServerInfo[ConnectMessages] == 1) { new IP[128], string2[130]; GetPlayerIp(playerid,IP,sizeof(IP)); format(string2, sizeof(string2), "%s Has joined the server.[ Country: %s | IP Address: P...
221
Код: CMD:giveallweapon(playerid, params[]) { new weap, ammo, range, str[128], WeapName[32]; new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); if(PlayerAcc[playerid][Log] =...
136
why should so much? try another way using the loop
103
OnPlayerSelectDynamicObject is not working after load attachments filterscript.
50
here fs : http://pastebin.com/KJz5GkWw *Player Attachments system by Excel I just change it to mysql, something go wrong when stored, the position is not exactly as edited. and when you back edit it w...
101