28.05.2011, 21:53
I have made a pickup where the player gets night vision and thermal goggles but when i get in to the pickup it just give me the thermal goggles not the night-vision ******s........anyone can help
?

Well you can store a variable with 3 values:
0 - Neither. 1 - Night Vision. 2 - Thermal Vision. Now you can alter that variable using a command, not very difficult to do although the player will never have both goggle types at once. |
if (strcmp(cmdtext, "/wtest1", true)==0)
{
GivePlayerWeapon(playerid,368,1)
}
if (strcmp(cmdtext, "/wtest2", true)==0)
{
GivePlayerWeapon(playerid,369,1)
}