Making a variable with tmp
#5

Why dont you just use "tmp" instead of "VehID"? switch all the VehID with tmp's and it will work the same.

If you wanna copy them, you cant copy two strings stright away, you need to copy them cell by cell, and if you just want to get the integer value of a string use that function strval(string).

pawn Код:
VehID = strval(tmp);
Reply


Messages In This Thread
Making a variable with tmp - by jakejohnsonusa - 07.02.2013, 20:56
Re: Making a variable with tmp - by Misiur - 07.02.2013, 21:02
Re: Making a variable with tmp - by jakejohnsonusa - 07.02.2013, 21:09
Re: Making a variable with tmp - by zDevon - 07.02.2013, 23:50
Respuesta: Making a variable with tmp - by kirk - 07.02.2013, 23:58

Forum Jump:


Users browsing this thread: 1 Guest(s)