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