Search results

  1. L

    How do i make sannybuilder to look and function like others

    All of this starts from my problem when i try to write any code . In any code that i take from the internet for cleo they are all arranges and clean a small example can be this: to do this i would have to do it manually and very strange, because when i press enter my dialog line doesn't go back...
  2. L

    I want to create a dialog with 6 categories and each of them to have different text and colors

    if 0B3C: samp is_dialog_responded id 1000 button 2@ list_item 3@ input_text 0 then if and 2@ == 1 3@ == 0 then 0AC6: 17@ = label @pregatire SAMP.ShowDialog(7777, "{ff1a1a}Pregatirea inainte / in timpul testului.", 17@...
  3. 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...
Top