Jump to content
MakeWebGames

KingKriminel

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

KingKriminel's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. For MCCodes V2 it should be changed to: $tag = $db->query('SELECT `gangPREF` AS `tag` FROM `gangs` WHERE `gangID` = '.$ir['gang'].''); $tag = $db->fetch_row($tag); $tag = $tag['tag'];
×
×
  • Create New...