Search results

  1. Z

    CLEO Help Help with this variable

    0B34: "tinfo" @info_player :info_player SAMP.IsCommandTyped(1@) if 0AD4: 1@ = scan_string 1@ format "%d" 0@ else_jump @NO_ID if SAMP.IsPlayerConnected(0@) else_jump @NOTCONNECT 17@ = SAMP.GetActorHandleByPlayerID(0@) call @GetPlayerData_A 1 by_id 0@ to nick 2@ color 3@ score 4@ ping 5@ $posx...
  2. Z

    CLEO Help Help call_scm_function

    SAMP.IsCommandTyped(1@) if 0AD4: 1@ = scan_string 1@ format "%d" 0@ else_jump @NO_ID call @GetPlayerData_A 1 by_id 0@ to nick 2@ color 3@ score 4@ ping 5@ chatmsg "%s {FFFFFF}> Score: %d > Ping: %d" 3@ 2@ 4@ 5@ SAMP.CmdRet() :GetPlayerData_A 1@ = SAMP.GetPlayerNickname(0@) 2@ =...
Top