Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 08/20/18 in all areas

  1. 1 point
    query_sql(sprintf("SELECT amount FROM storage WHERE account_id='%d' AND nameid='%d'", getcharid(3), .@item_id), .@amount);
  2. 1 point
    query_sql("SELECT amount FROM storage WHERE char_id = " + getcharid(0) + " AND id = " + .@item_id, .@amount); mes "You have " + .@amount + " " + getitemname(.@item_id) + " in your storage!"; close; ?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.