Search Results
Simple OnPlayerTakeDamage Filterscript Features Advanced "GameTextForPlayer" will be showed to the issuerid (ShooterPlayer) with the amount of the damaged health, weapon name and playerid (ShootedP...
491
Show us your setadmin command code, or maybe if you don't want, try adding this to your setadmin command Код: CMD:setadmin(playerid, params[]) { if (! IsPlayerAdmin(playerid)) { return Sen...
140
Hello, i want Offline Player Stats, Here's my Stats CMD Код: function:ShowPlayerStats(playerid, playerid2) { if(playerid2 == INVALID_PLAYER_ID) return 1; //Do not proceed. new string[1000], st...
88
Now i'll use MySQL Registeration System, so how can i make it?
183
Quote: Originally Posted by xTURBOx its quite easy if you use SQL for that Okay, Code of it in MySQL
183
Hello SA-MP Forums, I want to script Account IDs System Example: If a player registered and he's the first player registered he take account ID 1 If a player registered and he's the second player re...
183
Any comment? because i want to fix this.
403
Quote: Originally Posted by Sreyas is the tables are not saving or its value?i recommend you to create the tables with in the database browser The Table that in database browser is not ...
403
Quote: Originally Posted by jlalt here we go: PHP Code: loadb() {     Database = db_open(_DB_);     new Query[1500];     strins(Query,"CREATE TABLE IF NOT EXISTS `u...
403
Quote: Originally Posted by jlalt here we go: PHP Code: loadb() {     Database = db_open(_DB_);     new Query[1500];     strins(Query,"CREATE TABLE IF NOT EXISTS `u...
403
Quote: Originally Posted by oMa37 PHP Code: stock loadb() {     Database = db_open(_DB_);     db_query(Database,"CREATE TABLE IF NOT EXISTS `users`\     (`userid` ...
403
Quote: Originally Posted by iGetty Try this: pawn Code: stock loadb(){    Database = db_open(_DB_);    db_query(Database,    "CREATE TABLE IF NOT EXISTS `users`\    (`userid` INT...
403
Hello SA-MP Forum members, I got 5 errors in my script, That's because this. Code: stock loadb() { Database = db_open(_DB_); db_query(Database,"CREATE TABLE IF NOT EXISTS `users`\ (`user...
403
Hello, I got 3 Errors The 3 errors is (error 025: function heading differs from prototype) In Lines: Код: public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart) public ...
71
Quote: Originally Posted by jlalt Here you go ;_; PHP код: CMD:admins(playerid, params[]) {     new Handle[560],string[80], count = 0;     SendClientMessage(playerid,...
161
Quote: Originally Posted by luke49 Try this one: PHP код: CMD:admins(playerid, params[]) {     new         string2 [ 200 ],         string  [ 200 ],   ...
161