Recent content by tumkin

  1. T

    get TextLabel text

    Hello! Help to find the problem with getting text from a textlabelpool. if(!checkHandles()) return dwAddress := readDWORD(hGTA, dwSAMP + SAMP_INFO_OFFSET) if(ErrorLevel || dwAddress==0) { ErrorLevel := ERROR_READ_MEMORY return } dwAddress := readDWORD(hGTA, dwAddress + SAMP_PPOOLS_OFFSET)...
  2. T

    AHK SAMP UdfEx (0.3.7)

    Re: <img class= Maybe someone knows how to change the camera angle (not in the car)? Really need this feature ...
  3. T

    Change camera angle

    Hello, faced with such a problem. Unable to write to the address of the new value. But how to say, record it turns out, but apply these changes, it is impossible. What I used, I used SAMP UDF (click to go to the source file). And so, here is my function that I was trying to write: newFunc(id) {...
Top