Adding to this command?
#3

Код:
C:\Users\James\Desktop\SAMP\gamemodes\gtarp.pwn(12964) : error 006: must be assigned to an array
C:\Users\James\Desktop\SAMP\gamemodes\gtarp.pwn(12965) : error 035: argument type mismatch (argument 1)
C:\Users\James\Desktop\SAMP\gamemodes\gtarp.pwn(12983) : error 035: argument type mismatch (argument 1)
C:\Users\James\Desktop\SAMP\gamemodes\gtarp.pwn(12964) : warning 204: symbol is assigned a value that is never used: "tmpseat"
Line 12964:
Код:
			tmpseat = strtok(cmdtext, idx);
Line 12965:
Код:
			if(!strlen(tmpseat)|| ( (strval(tmpseat)>3)||(strval(tmpseat)<1) ) )
Line 12983:
Код:
			      	PutPlayerInVehicle(dragged,newcar,strval(tmpseat));
Reply


Messages In This Thread
Adding to this command? - by jameskmonger - 29.01.2010, 06:37
Re: Adding to this command? - by Joe Staff - 29.01.2010, 06:41
Re: Adding to this command? - by jameskmonger - 29.01.2010, 15:55

Forum Jump:


Users browsing this thread: 1 Guest(s)