Little Problem ..
#1

Hi everyone, i get problem with SetPvarInt
Here is the code
pawn Код:
if(dialogid == 10)
    {
    if(response)
    {
    SetPVarInt(playerid,"Model",inputtext); --> here is the Error: argument type mismatch (argument 3)
    }
    }
Reply
#2

SetPVarInt(playerid,"Model",strval(inputtext)); // if it's a number
Reply
#3

Quote:
Originally Posted by lelemaster
Посмотреть сообщение
SetPVarInt(playerid,"Model",strval(inputtext)); // if it's a number
Thanks for fast replay and solving my problem +rep :3
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)