problemsolve

  1. L

    I want to translate this code to pawn or something that works in cleo

    new nr; new text[128]; forward GetPlayerId(name[]); forward GetPlayerNumber(playerid); public OnPlayerText(playerid, text[]) { new player_name[MAX_PLAYER_NAME]; GetPlayerName(playerid, player_name, sizeof(player_name)); new quote_start_pos = strstr(text, "(( "); if...
  2. L

    CLEO Help Always fail to change the contents of the Cleo file

    Here's the contents of the cleo script code like this: I often play on the Roleplay server where on the server I often play /dl the initial vehicle that has not been changed is 1000.0 but if it has been changed the vehicle can be up to 2000.0 /dl. My problem is, I got the cleo from youtube...
Top